aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface/CMakeLists.txt
blob: c58fdc40d59a7746d8480df9fa8dac08e489f9f2 (plain) (blame)
1
2
3
4
5
6
# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de>
#
# SPDX-License-Identifier: CC0-1.0

add_executable(5_rpcInterface main.cpp remoteinterface.cpp)
target_link_libraries(5_rpcInterface qxmpp)