rich/CMakeLists.txt: compile library against spdlog
Compare changes
+ 6
− 2
@@ -18,8 +18,8 @@ set(algo_exe benchmark_${det_name}_reconstruction)
@@ -18,8 +18,8 @@ set(algo_exe benchmark_${det_name}_reconstruction)
@@ -28,6 +28,10 @@ target_link_libraries(${algo_exe}
@@ -28,6 +28,10 @@ target_link_libraries(${algo_exe}
install(FILES ${algo_headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${CMAKE_PROJECT_NAME}/${det_name})