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
646ab3b0
Commit
646ab3b0
authored
Oct 29, 2019
by
Guilhem Saurel
Browse files
[CMake] sync submodule
parent
f9f19d7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
646ab3b0
...
...
@@ -13,7 +13,12 @@
# received a copy of the GNU Lesser General Public License along with
# dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
SET
(
PROJECT_NAMESPACE stack-of-tasks
)
SET
(
PROJECT_NAME dynamic-graph-python
)
SET
(
PROJECT_DESCRIPTION
"Dynamic graph library Python bindings"
)
SET
(
PROJECT_URL
"http://github.com/
${
PROJECT_NAMESPACE
}
/
${
PROJECT_NAME
}
"
)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
...
...
@@ -23,9 +28,6 @@ INCLUDE(cmake/cpack.cmake)
include
(
cmake/header.cmake
)
include
(
cmake/python.cmake
)
SET
(
PROJECT_NAME dynamic-graph-python
)
SET
(
PROJECT_DESCRIPTION
"Dynamic graph library Python bindings"
)
SET
(
PROJECT_URL
"http://github.com/stack-of-tasks/dynamic-graph-python"
)
SET
(
DOXYGEN_USE_MATHJAX YES
)
...
...
@@ -40,7 +42,7 @@ SET(${PROJECT_NAME}_HEADERS
SET
(
PKG_CONFIG_ADDITIONAL_VARIABLES plugindir
${
PKG_CONFIG_ADDITIONAL_VARIABLES
}
)
SETUP_
PROJECT
()
PROJECT
(
${
PROJECT_NAME
}
CXX
)
FINDPYTHON
(
2.7 EXACT REQUIRED
)
...
...
@@ -59,6 +61,3 @@ ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY
(
include
)
ADD_SUBDIRECTORY
(
doc
)
ADD_SUBDIRECTORY
(
unitTesting
)
SETUP_PROJECT_FINALIZE
()
cmake
@
d14225f1
Compare
429af97f
...
d14225f1
Subproject commit
429af97fe0b858bd
73
a
17
47768cc1ac735386140
Subproject commit
d14225f15cff1657
7317
6ae0740d0ee79767ff93
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