Skip to content

Commit 306af08

Browse files
authored
Merge pull request #44 from sam-astro/dev
Re-arrange and fix CMakeLists.txt file
2 parents 9f59534 + 9619bbb commit 306af08

18 files changed

+2098
-1057
lines changed
Binary file not shown.
Binary file not shown.

Astro8-Emulator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(Astro8-Emulator)
88
SET(programName Astro8-Emulator)
99
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeFiles/")
1010

11-
add_executable (Astro8-Emulator main.cpp color.hpp colorprint.h)
11+
add_executable (Astro8-Emulator main.cpp color.hpp colorprint.h processing.h armstrong-compiler.h )
1212

1313
find_package(SDL2 REQUIRED)
1414

0 commit comments

Comments
 (0)