diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 69e8131..ac5a315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ add_executable(game "src/wall.h" "src/utils.h" "src/assets.h" + "src/cJSON.h" #===========SOURCES=============== "src/settings.c" "src/main.c" @@ -24,6 +25,7 @@ add_executable(game "src/wall.c" "src/utils.c" "src/assets.c" + "src/cJSON.c" ) target_link_libraries(game PRIVATE raylib) |
