02af2dccb9
This adds a submodule pointing to a fork of KDE Partition Manager. All Calamares-specific changes are in the "calamares" branch of this fork.
4 lines
122 B
CMake
4 lines
122 B
CMake
add_executable(calapmtest calapmtest.cpp)
|
|
add_definitions(-DCALAMARES)
|
|
target_link_libraries(calapmtest calapm Qt5::Core)
|