Commit 9cba840f authored by Patrik Huber's avatar Patrik Huber

Added optional_cerealisation.hpp to CMakeLists

Related to last commit: Added serialisation methods for boost::optional. Copied the file from https://github.com/USCiLab/cereal/pull/122, hopefully that pull-request will be accepted.
This commit adds the file to CMakeLists.
parent 97fa8725
...@@ -104,6 +104,7 @@ set(HEADERS ...@@ -104,6 +104,7 @@ set(HEADERS
include/eos/fitting/affine_camera_estimation.hpp include/eos/fitting/affine_camera_estimation.hpp
include/eos/fitting/nonlinear_camera_estimation.hpp include/eos/fitting/nonlinear_camera_estimation.hpp
include/eos/fitting/detail/nonlinear_camera_estimation_detail.hpp include/eos/fitting/detail/nonlinear_camera_estimation_detail.hpp
include/eos/fitting/detail/optional_cerealisation.hpp
include/eos/fitting/linear_shape_fitting.hpp include/eos/fitting/linear_shape_fitting.hpp
include/eos/fitting/contour_correspondence.hpp include/eos/fitting/contour_correspondence.hpp
include/eos/fitting/blendshape_fitting.hpp include/eos/fitting/blendshape_fitting.hpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment