mirror of
https://github.com/encounter/linuxdeploy-plugin-qt.git
synced 2026-07-10 12:18:45 -07:00
7 lines
221 B
CMake
7 lines
221 B
CMake
enable_testing()
|
|
|
|
add_executable(linuxdeploy-plugin-qt-tests test_deploy_qml.cpp test_main.cpp)
|
|
target_link_libraries(linuxdeploy-plugin-qt-tests gtest)
|
|
|
|
add_test(linuxdeploy-plugin-qt-tests linuxdeploy-plugin-qt-tests)
|