Skip to content
Snippets Groups Projects
Commit 38812378 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

fix spdlog install

parent 18a78c6e
No related branches found
No related tags found
1 merge request!102Fix install
...@@ -113,6 +113,7 @@ INCLUDE_DIRECTORIES(.) ...@@ -113,6 +113,7 @@ INCLUDE_DIRECTORIES(.)
# include spdlog (logging) third_party # include spdlog (logging) third_party
INCLUDE_DIRECTORIES(../third_party/spdlog/include) INCLUDE_DIRECTORIES(../third_party/spdlog/include)
set(SPDLOG_INCLUDE_DIRS "../third_party/spdlog/include/")
INCLUDE_DIRECTORIES(${EIGEN_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${EIGEN_INCLUDE_DIRS})
...@@ -474,6 +475,8 @@ DESTINATION include/iri-algorithms/wolf/internal) ...@@ -474,6 +475,8 @@ DESTINATION include/iri-algorithms/wolf/internal)
INSTALL(FILES "${CMAKE_BINARY_DIR}/wolfConfig.cmake" DESTINATION "lib/cmake/${PROJECT_NAME}") INSTALL(FILES "${CMAKE_BINARY_DIR}/wolfConfig.cmake" DESTINATION "lib/cmake/${PROJECT_NAME}")
INSTALL(DIRECTORY ${SPDLOG_INCLUDE_DIRS} DESTINATION "include/iri-algorithms/")
export(PACKAGE ${PROJECT_NAME}) export(PACKAGE ${PROJECT_NAME})
IF(BUILD_EXAMPLES) IF(BUILD_EXAMPLES)
......
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