mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 11:34:32 +00:00
10 lines
213 B
CMake
10 lines
213 B
CMake
ENABLE_TESTING()
|
|
|
|
set( clientplugin_bin_SRCS clientplugin.cpp )
|
|
|
|
add_executable(clientplugin ${clientplugin_bin_SRCS} )
|
|
|
|
target_link_qca_test_libraries(clientplugin)
|
|
|
|
add_qca_test(clientplugin "ClientSidePlugin")
|