mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
7 lines
190 B
CMake
7 lines
190 B
CMake
if(WITH_DBUS AND DBUS_FOUND)
|
|
katie_test(tst_qdbusxmlparser
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qdbusxmlparser.cpp
|
|
)
|
|
|
|
target_link_libraries(tst_qdbusxmlparser KtDBus)
|
|
endif()
|