We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b105ad commit 117f1e6Copy full SHA for 117f1e6
library/CMakeLists.txt
@@ -44,7 +44,3 @@ install(TARGETS Core)
44
if (FEATURE_TESTS)
45
add_subdirectory(${PROJECT_SOURCE_DIR}/library/test)
46
endif()
47
-
48
-# Group headers and sources for IDE
49
-source_group(TREE ${INCROOT} PREFIX "Headers" FILES ${LIBRARY_HEADERS})
50
-source_group(TREE ${SRCROOT} PREFIX "Sources" FILES ${LIBRARY_SOURCES})
0 commit comments