1a1969f42f
and the target name is qca
15 lines
415 B
CMake
15 lines
415 B
CMake
include_directories(
|
|
${KDEConnectCore_BINARY_DIR}
|
|
${CMAKE_SOURCE_DIR}
|
|
)
|
|
|
|
set(kdeconnect_libraries
|
|
KF5::KIOWidgets
|
|
Qt5::Network
|
|
Qt5::Test
|
|
kdeconnectcore
|
|
qca
|
|
)
|
|
|
|
ecm_add_test(networkpackagetests.cpp LINK_LIBRARIES ${kdeconnect_libraries})
|
|
ecm_add_test(testsocketlinereader.cpp ../core/backends/lan/socketlinereader.cpp TEST_NAME testsocketlinereader LINK_LIBRARIES ${kdeconnect_libraries})
|