Skip to content
Snippets Groups Projects
Verified Commit 8c91330b authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: export project

parent c32ecec4
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ...@@ -8,6 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(PROJECT_NAME eigenpy) SET(PROJECT_NAME eigenpy)
SET(PROJECT_DESCRIPTION "Bindings between Numpy and Eigen using Boost.Python") SET(PROJECT_DESCRIPTION "Bindings between Numpy and Eigen using Boost.Python")
SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy") SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy")
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp") SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp")
# Check if the submodule cmake have been initialized # Check if the submodule cmake have been initialized
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment