Merge pull request #2267 from udeved/headers-install-fix

libcalamares: add compat and packages headers to be installed;
This commit is contained in:
Adriaan de Groot 2024-01-02 23:07:10 +01:00 committed by GitHub
commit 437a30fdcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ install(
DESTINATION include/libcalamares
)
# Install each subdir-worth of header files
foreach(subdir geoip locale modulesystem network partition utils)
foreach(subdir geoip locale modulesystem network partition utils compat packages)
file(GLOB subdir_headers "${subdir}/*.h")
install(FILES ${subdir_headers} DESTINATION include/libcalamares/${subdir})
endforeach()