Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
86cb9031
Commit
86cb9031
authored
Oct 29, 2019
by
Guilhem Saurel
Browse files
[CMake] install headers
parent
342fa551
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/python/CMakeLists.txt
View file @
86cb9031
...
...
@@ -11,4 +11,7 @@ SET(${PROJECT_NAME}_HEADERS
signal-wrapper.hh
)
INSTALL
(
FILES
${${
PROJECT_NAME
}
_HEADERS
}
DESTINATION include/
${
CUSTOM_HEADER_DIR
}
)
CONFIG_FILES
(
link-to-python.hh
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/link-to-python.hh DESTINATION include/
${
CUSTOM_HEADER_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