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 870379d..e50217d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,9 @@ add_executable(tris src/main/engine/domain/color.c src/main/engine/domain/color.h src/main/engine/shape/circle.c - src/main/engine/shape/circle.h) + src/main/engine/shape/circle.h + src/main/engine/shape/line.c + src/main/engine/shape/line.h) target_include_directories(tris PRIVATE log/src) |