diff options
Diffstat (limited to '#CMakeLists.txt#')
| -rw-r--r-- | #CMakeLists.txt# | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/#CMakeLists.txt# b/#CMakeLists.txt# deleted file mode 100644 index 43a12ef..0000000 --- a/#CMakeLists.txt# +++ /dev/null @@ -1,20 +0,0 @@ -cmake_minimum_required(VERSION 3.15) -project(Simple-Platformer VERSION 1.0.0) - -find_package(raylib REQUIRED) - -add_executable(game -#===========HEADERS=============== - "src/constants.h" - "src/settings.h" - "src/entity.h" -#===========SOURCES=============== - "src/settings.c" - "src/main.c" -) - -target_link_libraries(game PRIVATE raylib) - -if (UNIX) - target_link_libraries(game PRIVATE m) -endif() |
