Skip to content
Snippets Groups Projects
Commit 51d730a8 authored by Lars Bilke's avatar Lars Bilke
Browse files

Enabled Visual Studio project folder grouping.

Grouped logog targets.
parent b56caf95
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,9 @@ INCLUDE_DIRECTORIES(
.
)
# Add logog subdirectory and group its targets in a Visual Studio folder
ADD_SUBDIRECTORY(logog)
SET_PROPERTY(TARGET Continuous PROPERTY FOLDER "logog")
SET_PROPERTY(TARGET logog PROPERTY FOLDER "logog")
SET_PROPERTY(TARGET logog-doc PROPERTY FOLDER "logog")
SET_PROPERTY(TARGET test-logog PROPERTY FOLDER "logog")
\ No newline at end of file
......@@ -12,3 +12,6 @@ IF(NOT DEFINED OGS_LOG_LEVEL)
ELSE()
ADD_DEFINITIONS(-DLOGOG_LEVEL=${OGS_LOG_LEVEL})
ENDIF() # NOT DEFINED OGS_LOG_LEVEL
# Enable Visual Studio project folder grouping
SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment