Spaces:
Running
Running
Gregor Jasny
commited on
cmake : install required ggml.h header (#1568)
Browse files- CMakeLists.txt +1 -1
CMakeLists.txt
CHANGED
|
@@ -533,7 +533,7 @@ target_compile_definitions(${TARGET} PUBLIC
|
|
| 533 |
${WHISPER_EXTRA_FLAGS}
|
| 534 |
)
|
| 535 |
|
| 536 |
-
set_target_properties(${TARGET} PROPERTIES PUBLIC_HEADER "whisper.h")
|
| 537 |
|
| 538 |
include(GNUInstallDirs)
|
| 539 |
|
|
|
|
| 533 |
${WHISPER_EXTRA_FLAGS}
|
| 534 |
)
|
| 535 |
|
| 536 |
+
set_target_properties(${TARGET} PROPERTIES PUBLIC_HEADER "ggml.h;whisper.h")
|
| 537 |
|
| 538 |
include(GNUInstallDirs)
|
| 539 |
|