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 e9bd71f commit dcec034Copy full SHA for dcec034
examples/CMakeLists.txt
@@ -6,15 +6,15 @@ target_link_libraries(examples_parameters PRIVATE ${Boost_LIBRARIES})
6
7
function(make_example name src)
8
add_executable(${name} ${src} ${PUBLIC_HEADERS})
9
- target_link_libraries(${name} examples_parameters autobahn_cpp ${ARGN})
+ target_link_libraries(${name} examples_parameters autobahn_cpp)
10
endfunction()
11
12
make_example(caller caller.cpp)
13
make_example(callee callee.cpp)
14
make_example(provide_prefix provide_prefix.cpp)
15
make_example(publisher publisher.cpp)
16
make_example(subscriber subscriber.cpp)
17
-make_example(wampcra wampcra.cpp crypto)
+make_example(wampcra wampcra.cpp)
18
make_example(websocket_callee websocket_callee.cpp)
19
20
if(UNIX)
0 commit comments