cmake : add headers to target (#298)

This will show the header files in IDEs.
pull/317/head
Andy Maloney 2022-12-22 09:34:47 -05:00 committed by GitHub
parent 86a277f78d
commit 76b6211f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -184,7 +184,9 @@ endif()
set(TARGET whisper)
add_library(${TARGET}
ggml.h
ggml.c
whisper.h
whisper.cpp
)