CMake: Use source_groups to represent the source tree (#1247)

This commit is contained in:
Kargatum
2019-01-10 11:20:32 +07:00
committed by Viste(Кирилл)
parent 82baf637f6
commit c00d5fe0ab
9 changed files with 107 additions and 31 deletions

View File

@@ -78,6 +78,9 @@ include_directories(
${OPENSSL_INCLUDE_DIR}
)
# Group sources
GroupSources(${CMAKE_CURRENT_SOURCE_DIR})
add_library(shared STATIC
${shared_STAT_SRCS}
${shared_STAT_PCH_SRC}