Compare commits
1 Commits
v3.3.4
...
headers-in
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d50897335 |
@@ -190,7 +190,7 @@ install(
|
|||||||
DESTINATION include/libcalamares
|
DESTINATION include/libcalamares
|
||||||
)
|
)
|
||||||
# Install each subdir-worth of header files
|
# 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")
|
file(GLOB subdir_headers "${subdir}/*.h")
|
||||||
install(FILES ${subdir_headers} DESTINATION include/libcalamares/${subdir})
|
install(FILES ${subdir_headers} DESTINATION include/libcalamares/${subdir})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|||||||
Reference in New Issue
Block a user