Skip to content
Snippets Groups Projects

Wolf logging macro

Merged Jeremie Deray requested to merge wolf_logging into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -17,7+17,7 @@
option(_WOLF_TRACE "Enable wolf tracing macro" OFF)
option(BUILD_EXAMPLES "Build examples" ON)
# Does this has any other interest
@@ -109,7+109,7 @@
INCLUDE_DIRECTORIES(.)
# include spdlog (logging) third_party
INCLUDE_DIRECTORIES(../third_party/spdlog/include)
INCLUDE_DIRECTORIES(${EIGEN_INCLUDE_DIRS})
IF(Ceres_FOUND)
Loading