Archived
1
Fork 0

Always set engine properties for add_platform executables

This commit is contained in:
Joshua Goins 2022-02-18 14:37:19 -05:00
parent 50589e7e77
commit 6cd15b5671

View file

@ -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}