mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-26 16:48:50 +01:00
cmake : add headers to target (#298)
This will show the header files in IDEs.
This commit is contained in:
parent
86a277f78d
commit
76b6211f9b
@ -184,7 +184,9 @@ endif()
|
|||||||
set(TARGET whisper)
|
set(TARGET whisper)
|
||||||
|
|
||||||
add_library(${TARGET}
|
add_library(${TARGET}
|
||||||
|
ggml.h
|
||||||
ggml.c
|
ggml.c
|
||||||
|
whisper.h
|
||||||
whisper.cpp
|
whisper.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user