diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 15:06:38 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:34:53 +0200 |
| commit | 8e0415d0bacbce3fc6d7b66304936d578d52b214 (patch) | |
| tree | fd1e276c3e839e6d9734b96c0e4f08e6963334f2 /examples/example_6_rpcClient/CMakeLists.txt | |
| parent | 638deefa227d89d4d4d803c2f0f66e2ca7bc3777 (diff) | |
| download | qxmpp-8e0415d0bacbce3fc6d7b66304936d578d52b214.tar.gz | |
Port examples to the new build system
Diffstat (limited to 'examples/example_6_rpcClient/CMakeLists.txt')
| -rw-r--r-- | examples/example_6_rpcClient/CMakeLists.txt | 2 |
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) |
