We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53605de commit 9403912Copy full SHA for 9403912
1 file changed
src/CMakeLists.txt
@@ -7,6 +7,7 @@ find_package( uriparser CONFIG REQUIRED )
7
find_package( nlohmann_json CONFIG REQUIRED )
8
find_package( fmt CONFIG REQUIRED )
9
find_package( spdlog CONFIG REQUIRED )
10
+find_package( Microsoft.GSL CONFIG REQUIRED )
11
12
if( BUILD_SHARED_LIBS )
13
add_compile_definitions( ConsulCPP_DLL )
@@ -30,6 +31,7 @@ target_link_libraries( ${PROJECT_NAME}
30
31
nlohmann_json::nlohmann_json
32
fmt::fmt
33
spdlog::spdlog_header_only
34
+ Microsoft.GSL::GSL
35
)
36
37
set_target_properties( ${PROJECT_NAME}
0 commit comments