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
ac27ff1b
Commit
ac27ff1b
authored
Jan 26, 2011
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jan 26, 2011
Browse files
Fix installation of header file.
parent
046c29c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ac27ff1b
...
...
@@ -19,6 +19,7 @@ INCLUDE(cmake/base.cmake)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/pthread.cmake
)
INCLUDE
(
cmake/cpack.cmake
)
include
(
cmake/header.cmake
)
SET
(
PROJECT_NAME dynamic-graph-python
)
SET
(
PROJECT_DESCRIPTION
"Dynamic graph library Python bindings"
)
...
...
@@ -26,6 +27,10 @@ SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph-python")
SET
(
PROJECT_VERSION 1.99
)
SET
(
CUSTOM_HEADER_DIR
"dynamic-graph/python"
)
# Headers list.
SET
(
${
PROJECT_NAME
}
_HEADERS
include/dynamic-graph/python/interpreter.hh
)
# Defines paths.
SET
(
LIBRARY_OUTPUT_PATH
${
PROJECT_BINARY_DIR
}
/lib
)
...
...
include/CMakeLists.txt
View file @
ac27ff1b
...
...
@@ -13,9 +13,3 @@
# received a copy of the GNU Lesser General Public License along with
# dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
include
(
../cmake/header.cmake
)
# Headers list.
SET
(
${
PROJECT_NAME
}
_HEADERS
interpreter.hh
)
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