diff options
Diffstat (limited to 'game/CMakeLists.txt')
-rw-r--r-- | game/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index de10433..661e2bc 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -22,6 +22,9 @@ add_executable(main player/PlayerEndScript.cpp player/PlayerAudioScript.cpp background/StartSubScene.cpp + workers/WorkersSubScene.cpp + workers/WorkerScript.cpp + workers/PanicFromPlayerScript.cpp main.cpp menus/BannerSubScene.cpp menus/ButtonSubScene.cpp |