mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
include console targets in all for PR/prod
This commit is contained in:
parent
d4597f9e8b
commit
f9c84f0913
1 changed files with 2 additions and 2 deletions
|
@ -51,6 +51,6 @@ elseif (WIN32)
|
||||||
optional_win_executable_signing()
|
optional_win_executable_signing()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT PR_BUILD AND NOT PRODUCTION_BUILD)
|
if (PR_BUILD OR PRODUCTION_BUILD)
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL FALSE EXCLUDE_FROM_DEFAULT_BUILD FALSE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue