Skip to content
Snippets Groups Projects
Commit afa1d9dc authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

To build with partitionmanager: cmake -DWITH_PARTITIONMANAGER=1

parent 63881715
No related branches found
No related tags found
No related merge requests found
project( calamareslib )
if( WITH_PARTITIONMANAGER )
add_subdirectory( partitionmanager/calamares )
endif()
add_definitions( ${QT_DEFINITIONS} )
add_definitions( -DQT_SHARED )
......
if( WITH_PARTITIONMANAGER )
add_executable(calapmtest calapmtest.cpp)
add_definitions(-DCALAMARES)
target_link_libraries(calapmtest calapm Qt5::Core)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment