Gregor Jasny commited on
Commit
9001318
·
unverified ·
1 Parent(s): 531e483

cmake : install required ggml.h header (#1568)

Browse files
Files changed (1) hide show
  1. 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