summaryrefslogtreecommitdiffstats
path: root/framework/actions/tests/CMakeLists.txt
blob: af872a3b75685d597b7ae8002191eb14a39f6a05 (plain)
1
2
3
4
5
6
include_directories(${CMAKE_CURRENT_BINARY_DIR})
cmake_policy(SET CMP0063 NEW)
add_executable(actiontest actiontest.cpp)
add_test(actiontest sinkactiontest)
qt5_use_modules(actiontest Core Test)
target_link_libraries(actiontest actionplugin)