]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
cmake : add headers to target (#298)
authorAndy Maloney <redacted>
Thu, 22 Dec 2022 14:34:47 +0000 (09:34 -0500)
committerGitHub <redacted>
Thu, 22 Dec 2022 14:34:47 +0000 (16:34 +0200)
This will show the header files in IDEs.

CMakeLists.txt

index d5a560648dd2c4c663546fc9f21b1fae97afd41a..60cfd4d932f0ba6a3ffc9426a35a8bfdf86aceb7 100644 (file)
@@ -184,7 +184,9 @@ endif()
 set(TARGET whisper)
 
 add_library(${TARGET}
+    ggml.h
     ggml.c
+    whisper.h
     whisper.cpp
     )