From: Gregor Jasny Date: Tue, 28 Nov 2023 13:41:49 +0000 (+0100) Subject: cmake : install required ggml.h header (#1568) X-Git-Tag: upstream/1.7.4~1219 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=73d5005880800bdaf4061deedd78710c63fc2fbd;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp cmake : install required ggml.h header (#1568) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac11036..b6d8aac9 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)