Skip to content

Commit

Permalink
cmake : add headers to target (ggerganov#298)
Browse files Browse the repository at this point in the history
This will show the header files in IDEs.
  • Loading branch information
asmaloney authored Dec 22, 2022
1 parent f68ae5a commit 3aadbf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ endif()
set(TARGET whisper)

add_library(${TARGET}
ggml.h
ggml.c
whisper.h
whisper.cpp
)

Expand Down

0 comments on commit 3aadbf1

Please sign in to comment.