diff options
| author | arngo <[email protected]> | 2023-05-25 21:26:37 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2023-05-25 21:26:37 -0400 |
| commit | ccadd3c51a7040532fe26cf185140b05a2bdcbe4 (patch) | |
| tree | 9932f70c7a6760a23c874b4a4afd3b5b814d4386 /CMakeLists.txt | |
| parent | 030ae6b44015005401589eb9b3b055cb10bd7285 (diff) | |
| download | RodeoKit-ccadd3c51a7040532fe26cf185140b05a2bdcbe4.tar.gz RodeoKit-ccadd3c51a7040532fe26cf185140b05a2bdcbe4.zip | |
implemented 2d collision system
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cd566d..cccc4de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(${PROJECT_NAME} "src/log/rodeo_log.c" "src/input/rodeo_input.c" "src/audio/rodeo_audio.c" + "src/collision/rodeo_collision.c" ) set_property(TARGET RodeoKit PROPERTY C_STANDARD 99) |
