Move partitionmanager code to src/modules/partition
This commit is contained in:
parent
cbcd821943
commit
7096213206
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
||||
[submodule "src/libcalamares/partitionmanager"]
|
||||
path = src/libcalamares/partitionmanager
|
||||
path = src/modules/partition/partitionmanager
|
||||
url = https://github.com/calamares/partitionmanager.git
|
||||
branch = calamares
|
||||
|
@ -1,9 +1,5 @@
|
||||
project( calamareslib )
|
||||
|
||||
if( WITH_PARTITIONMANAGER )
|
||||
add_subdirectory( partitionmanager/calamares )
|
||||
endif()
|
||||
|
||||
add_definitions( ${QT_DEFINITIONS} )
|
||||
add_definitions( -DQT_SHARED )
|
||||
add_definitions( -DQT_SHAREDPOINTER_TRACK_POINTERS )
|
||||
|
@ -1,5 +1,7 @@
|
||||
if( WITH_PARTITIONMANAGER )
|
||||
|
||||
add_subdirectory( partitionmanager/calamares )
|
||||
|
||||
## ECM
|
||||
find_package(ECM 0.0.13 REQUIRED NO_MODULE)
|
||||
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_MODULE_PATH})
|
||||
|
Loading…
Reference in New Issue
Block a user