mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Make sure to add KPMcore to include directories.
This commit is contained in:
parent
a9c87e2f14
commit
e122600689
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ find_package( KPMcore 2.1 REQUIRED )
|
|||
add_subdirectory( tests )
|
||||
|
||||
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
||||
include_directories( ${KPMCORE_INCLUDE_DIR} )
|
||||
|
||||
calamares_add_plugin( partition
|
||||
TYPE viewmodule
|
||||
|
|
Loading…
Add table
Reference in a new issue