Fixed release build and automatic compiling of CPP Helper

This commit is contained in:
Simon Lübeß
2022-05-04 18:34:56 +02:00
parent 9e23ac0fcf
commit 412d0ea965
4 changed files with 20 additions and 4 deletions
+1 -2
View File
@@ -11,5 +11,4 @@ add_library (GlitchyEngineHelper "GlitchyEngineHelper.cpp" "GlitchyEngineHelper.
include_directories("vendor/DirectXTK/Inc")
# Use statically linked multithreaded MSVC runtime
set_property(TARGET GlitchyEngineHelper PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreadedDebug")
#$<$<CONFIG:Debug>:Debug>
set_property(TARGET GlitchyEngineHelper PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")