Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JuPedSim
JPSeditor
Commits
4f03f311
Commit
4f03f311
authored
May 03, 2019
by
Tao Zhong
Browse files
Change exe path for release
parent
d17ee144
Pipeline
#19877
passed with stages
in 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4f03f311
...
...
@@ -67,8 +67,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
#------------------ set important directories --------------------
set
(
CMAKE_RUNTIME_OUTPUT_DIRECTORY
"
${
CMAKE_
SOURCE
_DIR
}
/bin"
)
set
(
EXECUTABLE_OUTPUT_PATH
"
${
CMAKE_
SOURCE
_DIR
}
/bin"
)
set
(
CMAKE_RUNTIME_OUTPUT_DIRECTORY
"
${
CMAKE_
BINARY
_DIR
}
/bin"
)
set
(
EXECUTABLE_OUTPUT_PATH
"
${
CMAKE_
BINARY
_DIR
}
/bin"
)
# Debug messages
message
(
STATUS
"CMAKE_BINARY_DIR .............................. "
${
CMAKE_BINARY_DIR
}
)
message
(
STATUS
"CMAKE_SOURCE_DIR .............................. "
${
CMAKE_SOURCE_DIR
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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