plasma-framework/tests/dpi/CMakeLists.txt
Sebastian Kügler 70b545a964 Don't install dpitest app
It's really only a test, not supposed to be installed.
2015-02-17 18:40:49 +01:00

8 lines
118 B
CMake

add_executable(dpitest
main.cpp
dpitest.cpp
)
target_link_libraries(dpitest KF5::Plasma KF5::I18n Qt5::Gui)