mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +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()
|
||||
endif()
|
||||
|
||||
if (NOT PR_BUILD AND NOT PRODUCTION_BUILD)
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
if (PR_BUILD OR PRODUCTION_BUILD)
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL FALSE EXCLUDE_FROM_DEFAULT_BUILD FALSE)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue