Skip to content
Snippets Groups Projects
Commit 8237e218 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

correctly install fwd.h and registeration

parent c9539269
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ SET(${PROJECT_NAME}_HEADERS
piecewise_curve.h
so3_linear.h
se3_curve.h
fwd.h
)
INSTALL(FILES
......
SET(${PROJECT_NAME}_SERIALIZATION_HEADERS
archive.hpp
registeration.hpp
eigen-matrix.hpp
fwd.hpp
)
......
......@@ -12,7 +12,7 @@
#include <boost/archive/xml_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include "registeration.h"
#include "registeration.hpp"
namespace curves {
namespace serialization {
......
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