diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-14 04:04:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-14 04:04:39 +0000 |
| commit | fe150555cb15e905b080ce7e85a20fdcb01e9259 (patch) | |
| tree | b21ff8f63930b7a4515b34683d7e89ba49744403 /unityplugin/UnityEmulator | |
| parent | Adding UWP to CMake (in progress) (diff) | |
| download | DiligentEngine-fe150555cb15e905b080ce7e85a20fdcb01e9259.tar.gz DiligentEngine-fe150555cb15e905b080ce7e85a20fdcb01e9259.zip | |
Optimized CMake files with set_common_target_properties()
Diffstat (limited to 'unityplugin/UnityEmulator')
| -rw-r--r-- | unityplugin/UnityEmulator/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/unityplugin/UnityEmulator/CMakeLists.txt b/unityplugin/UnityEmulator/CMakeLists.txt index da260a4..21b59a9 100644 --- a/unityplugin/UnityEmulator/CMakeLists.txt +++ b/unityplugin/UnityEmulator/CMakeLists.txt @@ -90,6 +90,7 @@ endif() add_library(UnityEmulator STATIC ${SOURCE} ${INCLUDE}) +set_common_target_properties(UnityEmulator) target_include_directories(UnityEmulator PRIVATE @@ -100,14 +101,6 @@ PUBLIC if(MSVC) target_compile_options(UnityEmulator PRIVATE -DUNICODE) - - # Enable link-time code generation for release builds (I was not able to - # find any way to set these settings through interface library BuildSettings) - set_target_properties(UnityEmulator PROPERTIES - STATIC_LIBRARY_FLAGS_RELEASE /LTCG - STATIC_LIBRARY_FLAGS_MINSIZEREL /LTCG - STATIC_LIBRARY_FLAGS_RELWITHDEBINFO /LTCG - ) endif() target_link_libraries(UnityEmulator |
