This commit is contained in:
2026-01-21 15:27:17 +01:00
parent 650e5cc6b8
commit 16334e4834
7 changed files with 195 additions and 143 deletions
+3
View File
@@ -6,8 +6,11 @@ set(CMAKE_CXX_STANDARD 23)
add_compile_options(-Wall -Werror -Wpedantic)
find_package(Eigen3 REQUIRED)
add_library(autoopt INTERFACE)
target_include_directories(autoopt INTERFACE include)
target_link_libraries(autoopt INTERFACE Eigen3::Eigen)
install(DIRECTORY include/autoopt DESTINATION include)