mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-23 15:38:22 -04:00
To build with partitionmanager: cmake -DWITH_PARTITIONMANAGER=1
This commit is contained in:
parent
6388171521
commit
afa1d9dce0
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
project( calamareslib )
|
||||
|
||||
if( WITH_PARTITIONMANAGER )
|
||||
add_subdirectory( partitionmanager/calamares )
|
||||
endif()
|
||||
|
||||
add_definitions( ${QT_DEFINITIONS} )
|
||||
add_definitions( -DQT_SHARED )
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
if( WITH_PARTITIONMANAGER )
|
||||
add_executable(calapmtest calapmtest.cpp)
|
||||
add_definitions(-DCALAMARES)
|
||||
target_link_libraries(calapmtest calapm Qt5::Core)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue