Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John Tourtellott
ACE3P Extensions
Commits
bed8ec40
Commit
bed8ec40
authored
Dec 22, 2019
by
John Tourtellott
Browse files
Add install command for simulation-workflow files
parent
992c7415
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bed8ec40
...
...
@@ -93,4 +93,11 @@ else()
install
(
FILES
"
${
CMAKE_BINARY_DIR
}
/
${
CMAKE_INSTALL_CMAKEDIR
}
/
${
PROJECT_NAME
}
-config.cmake"
DESTINATION
"
${
CMAKE_INSTALL_CMAKEDIR
}
"
)
# Install workflow files
install
(
DIRECTORY
"
${
CMAKE_SOURCE_DIR
}
/simulation-workflows"
DESTINATION
"
${
SIMULATION_WORKFLOWS_ROOT
}
/ACE3P"
)
endif
()
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