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
Guilhem Saurel
hpp-util
Commits
51af4d5b
Commit
51af4d5b
authored
Jan 02, 2019
by
Joseph Mirabel
Browse files
[Doc] Update documentation using CMake module
parent
81bcca9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
51af4d5b
...
...
@@ -18,20 +18,15 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/hpp.cmake
)
SET
(
PROJECT_NAME hpp-util
)
SET
(
PROJECT_DESCRIPTION
"Debugging tools for the HPP project."
)
SET
(
PROJECT_URL
"http://github.com/
laas
/hpp-util"
)
SET
(
PROJECT_URL
"http://github.com/
humanoid-path-planner
/hpp-util"
)
SET
(
CXX_DISABLE_WERROR 1
)
SETUP_PROJECT
()
# Activate logging machinery if requested
SET
(
HPP_DEBUG FALSE CACHE BOOL
"trigger hpp-util debug output"
)
IF
(
HPP_DEBUG
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DHPP_DEBUG"
)
ENDIF
()
SETUP_HPP_PROJECT
()
# Search for Boost.
SET
(
BOOST_COMPONENTS filesystem system
)
...
...
@@ -65,4 +60,4 @@ ADD_SUBDIRECTORY(tests)
PKG_CONFIG_APPEND_LIBS
(
"hpp-util"
)
PKG_CONFIG_APPEND_BOOST_LIBS
(
${
BOOST_COMPONENTS
}
)
SETUP_PROJECT_FINALIZE
()
SETUP_
HPP_
PROJECT_FINALIZE
()
cmake
@
320c6369
Compare
8030adbc
...
320c6369
Subproject commit
8030
ad
b
c7
fb05bbed5459c64eecbac6d8a880bae
Subproject commit
320c636960b03b3b
ad
7
c7
a08bd2e104951f42bc3
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