diff options
Diffstat (limited to 'src/game/CMakeLists.txt')
| -rw-r--r-- | src/game/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt new file mode 100644 index 0000000..0c21b0c --- /dev/null +++ b/src/game/CMakeLists.txt @@ -0,0 +1,15 @@ +add_library(game "src/game.c" "src/res.c") +target_include_directories(game PUBLIC "inc" PRIVATE "privinc") +target_link_libraries(game PRIVATE + building + container + font + gfx + gui + instance + pad + player + resource + system + terrain + unit) |
