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
ndcurves
Commits
d73a9fda
Commit
d73a9fda
authored
Aug 06, 2019
by
Guilhem Saurel
Committed by
Pierre Fernbach
Sep 03, 2019
Browse files
fix build
parent
d3e229be
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d73a9fda
...
...
@@ -19,7 +19,7 @@ SETUP_HPP_PROJECT()
ADD_REQUIRED_DEPENDENCY
(
eigen3
)
SET
(
BOOST_COMPONENTS unit_test_framework
)
SET
(
BOOST_COMPONENTS unit_test_framework
serialization
)
OPTION
(
BUILD_PYTHON_INTERFACE
"Build the python binding"
ON
)
IF
(
BUILD_PYTHON_INTERFACE
)
...
...
include/curves/serialization/archive.hpp
View file @
d73a9fda
...
...
@@ -4,7 +4,7 @@
#ifndef __multicontact_api_serialization_archive_hpp__
#define __multicontact_api_serialization_archive_hpp__
#include
"
serialization/
fwd.hpp"
#include
"fwd.hpp"
#include
<fstream>
#include
<string>
...
...
tests/CMakeLists.txt
View file @
d73a9fda
...
...
@@ -2,3 +2,4 @@ ADD_UNIT_TEST(
curves_tests Main.cpp
)
PKG_CONFIG_USE_DEPENDENCY
(
curves_tests eigen3
)
TARGET_LINK_LIBRARIES
(
curves_tests
${
Boost_LIBRARIES
}
)
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