mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02: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)
|
if (BUILD_TOOLS)
|
||||||
# Allow different tools for stable builds
|
# Allow different tools for stable builds
|
||||||
if (RELEASE_TYPE STREQUAL "PRODUCTION")
|
if (NOT STABLE_BUILD)
|
||||||
set(ALL_TOOLS
|
set(ALL_TOOLS
|
||||||
udt-test
|
udt-test
|
||||||
vhacd-util
|
vhacd-util
|
||||||
|
|
|
@ -80,7 +80,9 @@ else ()
|
||||||
add_executable(${TARGET_NAME} ${NITPICK_SRCS} ${QM})
|
add_executable(${TARGET_NAME} ${NITPICK_SRCS} ${QM})
|
||||||
endif ()
|
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
|
# disable /OPT:REF and /OPT:ICF for the Debug builds
|
||||||
# This will prevent the following linker warnings
|
# This will prevent the following linker warnings
|
||||||
|
|
Loading…
Reference in a new issue