calamares/tests/CMakeLists.txt
Aurélien Gâteau 02af2dccb9 Introduce libcalapm
This adds a submodule pointing to a fork of KDE Partition Manager. All
Calamares-specific changes are in the "calamares" branch of this fork.
2014-06-26 16:46:06 +02:00

4 lines
122 B
CMake

add_executable(calapmtest calapmtest.cpp)
add_definitions(-DCALAMARES)
target_link_libraries(calapmtest calapm Qt5::Core)