We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601b507 commit e0eb2b5Copy full SHA for e0eb2b5
cpp/IceGrid/secure/CMakeLists.txt
@@ -6,7 +6,7 @@ include(../../cmake/common.cmake)
6
7
add_executable(client Client.cpp Hello.ice)
8
slice2cpp_generate(client)
9
-target_link_libraries(client Ice::Ice)
+target_link_libraries(client Ice::Ice Ice::IceGrid)
10
11
add_executable(server Server.cpp HelloI.cpp HelloI.h Hello.ice)
12
slice2cpp_generate(server)
0 commit comments