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

cmake spdlog

parent 875c18e8
No related branches found
No related tags found
1 merge request!99Wolf logging macro
...@@ -109,6 +109,9 @@ include_directories("${PROJECT_BINARY_DIR}/conf") ...@@ -109,6 +109,9 @@ include_directories("${PROJECT_BINARY_DIR}/conf")
INCLUDE_DIRECTORIES(.) INCLUDE_DIRECTORIES(.)
# include spdlog (logging) third_party
INCLUDE_DIRECTORIES(../third_party/spdlog/include)
INCLUDE_DIRECTORIES(${EIGEN_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${EIGEN_INCLUDE_DIRS})
IF(Ceres_FOUND) IF(Ceres_FOUND)
......
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