Newly added files to CMakeLists.txt

This commit is contained in:
Sally Coolatta 2022-12-15 19:55:29 -05:00
parent 38d8281a6b
commit 3f2209b853
2 changed files with 2 additions and 0 deletions

View file

@ -129,6 +129,7 @@ add_executable(SRB2SDL2 MACOSX_BUNDLE WIN32
k_follower.c
k_profiles.c
k_specialstage.c
k_roulette.c
)
if("${CMAKE_COMPILER_IS_GNUCC}" AND "${CMAKE_SYSTEM_NAME}" MATCHES "Windows" AND NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}" AND NOT "${SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES}")

View file

@ -8,4 +8,5 @@ target_sources(SRB2SDL2 PRIVATE
orbinaut.c
jawz.c
duel-bomb.c
broly.c
)