{cmake} Add headers to target

This will show the header files in IDEs.
pull/298/head
Andy Maloney 3 years ago
parent 231bebca7d
commit 7f7c8de1f5

@ -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…
Cancel
Save