diff options
Diffstat (limited to 'backend/CMakeLists.txt')
-rw-r--r-- | backend/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 814d7e9..1bff63b 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -1,4 +1,4 @@ -target_sources(main PUBLIC +target_sources(backend PUBLIC EnemyFactory.cpp LocationFactory.cpp Object.cpp |