Skip to content
Snippets Groups Projects

Draft: Feature/reflection

Open LuoYfTHU requested to merge feature/reflection into propagationParameterCalculation
Files
7
@@ -29,3 +29,11 @@ if (EXISTS ${CMAKE_CURRENT_BINARY_DIR}/_external/au/include/au.hh
set_property (TARGET au PROPERTY FOLDER "external_libs")
endif()
CPMAddPackage (
NAME tinySpline
GITHUB_REPOSITORY msteinbeck/tinyspline
VERSION 0.6.0
OPTIONS "TINYSPLINE_BUILD_EXAMPLES OFF" "TINYSPLINE_BUILD_TESTS OFF" "TINYSPLINE_BUILD_DOCS OFF"
)
set_property (TARGET tinyspline tinysplinecxx PROPERTY FOLDER "external_libs/tinyspline")
Loading