mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
TEST
This commit is contained in:
parent
2a1f4bb963
commit
a6ad53e79e
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,7 @@ endfunction()
|
|||
|
||||
if (BUILD_TOOLS)
|
||||
# Allow different tools for stable builds
|
||||
if (RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||
if (NOT STABLE_BUILD)
|
||||
set(ALL_TOOLS
|
||||
udt-test
|
||||
vhacd-util
|
||||
|
|
|
@ -80,7 +80,9 @@ else ()
|
|||
add_executable(${TARGET_NAME} ${NITPICK_SRCS} ${QM})
|
||||
endif ()
|
||||
|
||||
add_dependencies(${TARGET_NAME} resources)
|
||||
if (NOT UNIX)
|
||||
add_dependencies(${TARGET_NAME} resources)
|
||||
endif()
|
||||
|
||||
# disable /OPT:REF and /OPT:ICF for the Debug builds
|
||||
# This will prevent the following linker warnings
|
||||
|
|
Loading…
Reference in a new issue