Reorganizando codigo, otra vez :p
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
add_executable(${PROJECT_NAME})
|
||||
target_sources(${PROJECT_NAME} PRIVATE main.cpp
|
||||
bitops.h
|
||||
Graphics.cpp
|
||||
Graphics.h
|
||||
Chip8.cpp
|
||||
Chip8.h
|
||||
Interpreter.cpp
|
||||
Interpreter.h
|
||||
Chip8ControlPanel.cpp
|
||||
Chip8ControlPanel.h
|
||||
target_sources(
|
||||
${PROJECT_NAME}
|
||||
PRIVATE
|
||||
main.cpp
|
||||
Machine.h Machine.cpp
|
||||
Interpreter/Interpreter.h Interpreter/Interpreter.cpp
|
||||
Graphics/Graphics.h Graphics/Graphics.cpp
|
||||
Graphics/Chip8Display.h Graphics/Chip8Display.cpp
|
||||
)
|
||||
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE vendor)
|
||||
Reference in New Issue
Block a user