7 lines
180 B
Text
7 lines
180 B
Text
|
set(testServer_SRCS
|
||
|
waylandservertest.cpp
|
||
|
)
|
||
|
add_executable(testServer ${testServer_SRCS})
|
||
|
target_link_libraries(testServer KF5::WaylandServer)
|
||
|
ecm_mark_as_test(testServer)
|