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
4e12a490
Commit
4e12a490
authored
Aug 24, 2021
by
Pascal Palenda
Browse files
Add debug postfix
parent
58d00cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4e12a490
...
...
@@ -6,6 +6,8 @@ project (
LANGUAGES CXX C
)
set
(
CMAKE_DEBUG_POSTFIX
"-d"
)
if
(
NOT DEFINED CMAKE_RUNTIME_OUTPUT_DIRECTORY AND WIN32
)
set
(
CMAKE_RUNTIME_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/bin
)
set
(
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/lib
)
...
...
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