Add to CMakeLists

This commit is contained in:
Sally Coolatta 2020-05-12 00:20:59 -04:00
parent 9429ae80e1
commit ccfc326885

View file

@ -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"))