We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2c732 commit 705b7ecCopy full SHA for 705b7ec
ggml/CMakeLists.txt
@@ -194,13 +194,19 @@ endif ()
194
include(GNUInstallDirs)
195
include(CMakePackageConfigHelpers)
196
197
+# all public headers
198
set(GGML_PUBLIC_HEADERS
199
include/ggml.h
200
include/ggml-alloc.h
201
include/ggml-backend.h
- "${GGML_HEADERS_CUDA}"
202
- "${GGML_HEADERS_METAL}"
203
- "${GGML_HEADERS_EXTRA}")
+ include/ggml-blas.h
+ include/ggml-cuda.h
204
+ include/ggml.h
205
+ include/ggml-kompute.h
206
+ include/ggml-metal.h
207
+ include/ggml-rpc.h
208
+ include/ggml-sycl.h
209
+ include/ggml-vulkan.h)
210
211
set_target_properties(ggml PROPERTIES PUBLIC_HEADER "${GGML_PUBLIC_HEADERS}")
212
#if (GGML_METAL)
0 commit comments