mirror of https://github.com/cutefishos/calamares
To build with partitionmanager: cmake -DWITH_PARTITIONMANAGER=1
parent
6388171521
commit
afa1d9dce0
@ -1,3 +1,5 @@
|
||||
if( WITH_PARTITIONMANAGER )
|
||||
add_executable(calapmtest calapmtest.cpp)
|
||||
add_definitions(-DCALAMARES)
|
||||
target_link_libraries(calapmtest calapm Qt5::Core)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue