Merge pull request #1903 from Prcuvu/cmake_use_folders

Reenable CMake USE_FOLDERS
This commit is contained in:
Tracy Ward
2019-10-04 06:59:44 -04:00
committed by GitHub
+3
View File
@@ -49,6 +49,9 @@ include("${SM_CMAKE_DIR}/DefineOptions.cmake")
include("${SM_CMAKE_DIR}/SMDefs.cmake")
# Put the predefined targets in separate groups.
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Set up the linker flags for MSVC builds.
configure_msvc_runtime()