From: Andy Maloney Date: Thu, 22 Dec 2022 14:34:47 +0000 (-0500) Subject: cmake : add headers to target (#298) X-Git-Tag: upstream/1.7.4~1691 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=76b6211f9b87f31fd1e70e4ce1f672a1c7269725;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp cmake : add headers to target (#298) This will show the header files in IDEs. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a56064..60cfd4d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,9 @@ endif() set(TARGET whisper) add_library(${TARGET} + ggml.h ggml.c + whisper.h whisper.cpp )