aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_6_rpcClient/CMakeLists.txt')
-rw-r--r--examples/example_6_rpcClient/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example_6_rpcClient/CMakeLists.txt b/examples/example_6_rpcClient/CMakeLists.txt
new file mode 100644
index 00000000..d3b10b92
--- /dev/null
+++ b/examples/example_6_rpcClient/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_executable(6_rpcClient main.cpp rpcClient.cpp)
+target_link_libraries(6_rpcClient qxmpp)