Skip to content

Commit bda74ef

Browse files
Updates for macOS and Linux
1 parent a845a58 commit bda74ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ find_package( spdlog CONFIG REQUIRED )
1414
link_libraries( uriparser::uriparser )
1515
link_libraries( nlohmann_json::nlohmann_json )
1616
link_libraries( fmt::fmt )
17+
link_libraries( spdlog::spdlog_header_only )
18+
19+
include_directories(${Boost_INCLUDE_DIRS})
1720

1821
if( BUILD_SHARED_LIBS )
1922
add_compile_definitions( ConsulCPP_DLL )

0 commit comments

Comments
 (0)