mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add to CMakeLists
This commit is contained in:
parent
9429ae80e1
commit
ccfc326885
1 changed files with 2 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ set(SRB2_CORE_GAME_SOURCES
|
|||
k_pathfind.c
|
||||
k_pwrlv.c
|
||||
k_waypoint.c
|
||||
k_bot.c
|
||||
|
||||
p_local.h
|
||||
p_maputl.h
|
||||
|
|
@ -182,6 +183,7 @@ set(SRB2_CORE_GAME_SOURCES
|
|||
k_pathfind.h
|
||||
k_pwrlv.h
|
||||
k_waypoint.h
|
||||
k_bot.h
|
||||
)
|
||||
|
||||
if(NOT (CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue