mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
cmake: fix -DSRB2_CONFIG_ENABLE_TESTS=OFF build
This commit is contained in:
parent
62c695cf2f
commit
b90baafcfc
1 changed files with 3 additions and 1 deletions
|
|
@ -541,7 +541,9 @@ add_subdirectory(sdl)
|
||||||
add_subdirectory(objects)
|
add_subdirectory(objects)
|
||||||
add_subdirectory(acs)
|
add_subdirectory(acs)
|
||||||
add_subdirectory(rhi)
|
add_subdirectory(rhi)
|
||||||
add_subdirectory(tests)
|
if(SRB2_CONFIG_ENABLE_TESTS)
|
||||||
|
add_subdirectory(tests)
|
||||||
|
endif()
|
||||||
add_subdirectory(menus)
|
add_subdirectory(menus)
|
||||||
|
|
||||||
# strip debug symbols into separate file when using gcc.
|
# strip debug symbols into separate file when using gcc.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue