Version 0 not fully working
This commit is contained in:
10
src/CMakeLists.txt
Normal file
10
src/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
add_executable(${PROJECT_NAME}
|
||||
Chip8.cpp
|
||||
Chip8.h
|
||||
Interpreter.cpp
|
||||
Interpreter.h)
|
||||
target_sources(${PROJECT_NAME} PRIVATE main.cpp
|
||||
Graphics.cpp
|
||||
Graphics.h
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE vendor)
|
||||
Reference in New Issue
Block a user