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
2fbe1f59
Commit
2fbe1f59
authored
May 03, 2017
by
t steve
Browse files
installing headers in install folder
parent
0ef9f964
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2fbe1f59
...
...
@@ -37,5 +37,25 @@ ENDIF(BUILD_PYTHON_INTERFACE)
add_subdirectory
(
src/tests/spline_test
)
install
(
FILES
${
CMAKE_SOURCE_DIR
}
/include/spline/bernstein.h
${
CMAKE_SOURCE_DIR
}
/include/spline/bezier_polynom_conversion.h
${
CMAKE_SOURCE_DIR
}
/include/spline/curve_abc.h
${
CMAKE_SOURCE_DIR
}
/include/spline/exact_cubic.h
${
CMAKE_SOURCE_DIR
}
/include/spline/MathDefs.h
${
CMAKE_SOURCE_DIR
}
/include/spline/polynom.h
${
CMAKE_SOURCE_DIR
}
/include/spline/spline_deriv_constraint.h
${
CMAKE_SOURCE_DIR
}
/include/spline/bezier_curve.h
${
CMAKE_SOURCE_DIR
}
/include/spline/cubic_spline.h
${
CMAKE_SOURCE_DIR
}
/include/spline/curve_constraint.h
${
CMAKE_SOURCE_DIR
}
/include/spline/quintic_spline.h
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/include/spline
)
install
(
FILES
${
CMAKE_SOURCE_DIR
}
/include/spline/helpers/effector_spline.h
${
CMAKE_SOURCE_DIR
}
/include/spline/helpers/effector_spline_rotation.h
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/include/spline/helpers
)
SETUP_PROJECT_FINALIZE
()
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