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)
ITAConvolution
Commits
011199fe
Commit
011199fe
authored
Aug 30, 2021
by
Pascal Palenda
Browse files
Enable folders in visual studio
parent
f476c82f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
011199fe
...
...
@@ -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_CONVOLUTION_UPCONV_WITH_POWER_SAVER
"Use power saving mode for uniform partitioned convolution (do not convolve blocks with zeros)"
ON
)
...
...
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