diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-11 23:22:04 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-11 23:42:27 +0200 |
| commit | 6f74cbd20b1fe0ef9f2a55057e9ac066bec0b575 (patch) | |
| tree | bd6e709305fa93c216915ad73662517b74754489 /src/game/CMakeLists.txt | |
| parent | 46fec13fcbee1385db0927f1162f60e1f328d63c (diff) | |
| download | jancity-6f74cbd20b1fe0ef9f2a55057e9ac066bec0b575.tar.gz | |
Implement button component
Diffstat (limited to 'src/game/CMakeLists.txt')
| -rw-r--r-- | src/game/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 0c21b0c..3eeef87 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -2,6 +2,7 @@ add_library(game "src/game.c" "src/res.c") target_include_directories(game PUBLIC "inc" PRIVATE "privinc") target_link_libraries(game PRIVATE building + button container font gfx |
