mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
7 lines
No EOL
192 B
CMake
7 lines
No EOL
192 B
CMake
if(WITH_DBUS AND DBUS_FOUND)
|
|
katie_test(tst_qdbuslocalcalls
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qdbuslocalcalls.cpp
|
|
)
|
|
|
|
target_link_libraries(tst_qdbuslocalcalls KtDBus)
|
|
endif() |