Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
26270573
Commit
26270573
authored
Mar 19, 2018
by
Jane Tournois
Browse files
add CMAKE_DEBUG_POSTFIX
parent
acf8de08
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
100644 → 100755
View file @
26270573
...
...
@@ -9,6 +9,7 @@ endif()
# add our macro directory to cmake search path
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake
)
set
(
CMAKE_DEBUG_POSTFIX
"d"
)
include
(
ACGCommon
)
...
...
Write
Preview
Supports
Markdown
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