diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:08:36 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:08:36 +0300 |
| commit | 9e24aa042e9fb9de34f7b445778518fcb67e24aa (patch) | |
| tree | eb71468111da570dad7e1117e04a25aeba08e29c /#CMakeLists.txt# | |
| parent | 0ed3bb4569ded185237c6d530285382e6c2b6200 (diff) | |
Some Updates
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() |
