Always set engine properties for add_platform executables
This commit is contained in:
parent
50589e7e77
commit
6cd15b5671
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ function(add_platform_executable)
|
|||
${add_platform_executable_SRC}
|
||||
${CMAKE_BINARY_DIR}/${add_platform_executable_TARGET}${MYFILE_WITHOUT_EXT})
|
||||
|
||||
set_engine_properties(${add_platform_executable_TARGET})
|
||||
|
||||
if("${PLATFORM_EXECUTABLE_PROPERTIES}" STREQUAL "")
|
||||
else()
|
||||
set_target_properties(${add_platform_executable_TARGET}
|
||||
|
|
Reference in a new issue