From 73d5005880800bdaf4061deedd78710c63fc2fbd Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Tue, 28 Nov 2023 14:41:49 +0100 Subject: [PATCH] cmake : install required ggml.h header (#1568) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac1103..b6d8aac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)