You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
polkit-tqt/test/CMakeLists.txt

21 lines
398 B

enable_testing()
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/agent
)
automoc4_add_executable(polkit-tqt-test
test.cpp
)
target_link_libraries(polkit-tqt-test
${TQT_TQTCORE_LIBRARY}
${TQT_TQTTEST_LIBRARY}
${TQT_TQTGUI_LIBRARY}
polkit-tqt-core-1
)
add_test(BaseTest ${CMAKE_CURRENT_BINARY_DIR}/polkit-tqt-test)