diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1232136..efb94f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,9 @@ add_executable(tris src/main/game/domain/board.c src/main/game/domain/board.h src/main/engine/domain/color.c - src/main/engine/domain/color.h) + src/main/engine/domain/color.h + src/main/engine/shape/circle.c + src/main/engine/shape/circle.h) target_include_directories(tris PRIVATE log/src) |