diff --git a/Minecraft.Client/Build/CMakeLists.txt b/Minecraft.Client/Build/CMakeLists.txt index 9a323b140..dd3b3a7d6 100644 --- a/Minecraft.Client/Build/CMakeLists.txt +++ b/Minecraft.Client/Build/CMakeLists.txt @@ -4,7 +4,6 @@ set(PROJECT_NAME Minecraft.Client) # Source groups ################################################################################ set(no_group_source_files - "ClassDiagram.cd" "../Platform/Durango/manifest.xml" # "Orbis/GameConfig/Minecraft.spa" "../ReadMe.txt" @@ -2515,22 +2514,22 @@ set_target_properties(${PROJECT_NAME} PROPERTIES ################################################################################ string(CONCAT "MSVC_RUNTIME_LIBRARY_STR" $<$: - libstdc++ + MultiThreaded > $<$: - libstdc++ + MultiThreaded > $<$: - libstdc++ + MultiThreaded > $<$: - libstdc++_debug + MultiThreadedDebug > $<$: - libstdc++ + MultiThreaded > $<$: - libstdc++ + MultiThreaded > $<$,$,$,$,$,$>>:${CXX_RUNTIME_LIBRARY_DEFAULT}> )