We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a845a58 commit bda74efCopy full SHA for bda74ef
1 file changed
src/CMakeLists.txt
@@ -14,6 +14,9 @@ find_package( spdlog CONFIG REQUIRED )
14
link_libraries( uriparser::uriparser )
15
link_libraries( nlohmann_json::nlohmann_json )
16
link_libraries( fmt::fmt )
17
+link_libraries( spdlog::spdlog_header_only )
18
+
19
+include_directories(${Boost_INCLUDE_DIRS})
20
21
if( BUILD_SHARED_LIBS )
22
add_compile_definitions( ConsulCPP_DLL )
0 commit comments