summaryrefslogtreecommitdiffstats
path: root/async/autotests/CMakeLists.txt
blob: 8116f136b9162744207d527b8a7efc12b836a702 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_directories(../src ${CMAKE_CURRENT_BINARY_DIR})

add_executable(asynctest asynctest.cpp)
qt5_use_modules(asynctest Test)
target_link_libraries(asynctest akonadi2async Qt5::Core Qt5::Test)

if (WITH_KJOB)
    add_executable(kjobtest kjobtest.cpp testkjob.cpp)
    qt5_use_modules(kjobtest Test)
    target_link_libraries(kjobtest akonadi2async Qt5::Core Qt5::Test KF5::CoreAddons)
endif ()