blob: 2c19a92cf35c076740052a1c5825194be53b0435 (
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(6_rpcClient main.cpp rpcClient.cpp)
target_link_libraries(6_rpcClient qxmpp)
|