[libcalamares] Also install the version header

This commit is contained in:
Adriaan de Groot 2021-03-22 13:36:52 +01:00
parent b5788d4b17
commit dc0164d508

View File

@ -187,6 +187,7 @@ file( GLOB rootHeaders "*.h" )
install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/CalamaresConfig.h
${CMAKE_CURRENT_BINARY_DIR}/CalamaresVersion.h
${rootHeaders}
DESTINATION include/libcalamares
)