From 8e0415d0bacbce3fc6d7b66304936d578d52b214 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Mon, 4 Sep 2017 15:06:38 +0200 Subject: Port examples to the new build system --- examples/example_5_rpcInterface/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/example_5_rpcInterface/CMakeLists.txt (limited to 'examples/example_5_rpcInterface/CMakeLists.txt') diff --git a/examples/example_5_rpcInterface/CMakeLists.txt b/examples/example_5_rpcInterface/CMakeLists.txt new file mode 100644 index 00000000..40f014ef --- /dev/null +++ b/examples/example_5_rpcInterface/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(5_rpcInterface main.cpp remoteinterface.cpp) +target_link_libraries(5_rpcInterface qxmpp) -- cgit v1.2.3