added singleton getInstance documentation
This commit is contained in:
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
cmake_minimum_required(VERSION 3.31)
|
||||
project(riscv_emulator)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
add_executable(riscv_emulator
|
||||
src/main.cpp
|
||||
src/components/Register.cpp
|
||||
src/components/Register.h
|
||||
src/components/Memory.cpp
|
||||
src/components/Memory.h
|
||||
src/Manager.cpp
|
||||
src/Manager.h
|
||||
src/loader/CommandParser.cpp
|
||||
src/loader/CommandParser.h
|
||||
)
|
||||
Reference in New Issue
Block a user