diff options
Diffstat (limited to 'backend/CMakeLists.txt')
-rw-r--r-- | backend/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 3c6991a..1f872e4 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -13,5 +13,6 @@ target_sources(main PUBLIC WeaponObject.cpp Enemy.cpp String.cpp + print.cpp ) |