cmake : install required ggml.h header (#1568)

This commit is contained in:
Gregor Jasny
2023-11-28 14:41:49 +01:00
committed by GitHub
parent 6b094b6dfe
commit 73d5005880

View File

@ -533,7 +533,7 @@ target_compile_definitions(${TARGET} PUBLIC
${WHISPER_EXTRA_FLAGS}
)
set_target_properties(${TARGET} PROPERTIES PUBLIC_HEADER "whisper.h")
set_target_properties(${TARGET} PROPERTIES PUBLIC_HEADER "ggml.h;whisper.h")
include(GNUInstallDirs)