Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
7bd4b5be
Commit
7bd4b5be
authored
Aug 30, 2021
by
Pascal Palenda
Browse files
Enable folders in visual studio
parent
a76695e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7bd4b5be
...
...
@@ -14,6 +14,10 @@ if (NOT DEFINED CMAKE_RUNTIME_OUTPUT_DIRECTORY AND WIN32)
set
(
CMAKE_LIBRARY_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
endif
()
if
(
CMAKE_GENERATOR MATCHES
"Visual Studio"
)
set_property
(
GLOBAL PROPERTY USE_FOLDERS ON
)
endif
()
option
(
ITA_BASE_WITH_FASTMATH_IPP
"Build with IPP implementation of fast math ops (requires license for redistribution)"
OFF
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment