cmake : install whisper.h header (#485)

Including the header file in the install bundle helps projects that ship binaries.
This commit is contained in:
Avik Sengupta
2023-02-11 07:13:32 +00:00
committed by GitHub
parent cfc06bf8df
commit 113fcec513

View File

@ -226,10 +226,13 @@ target_compile_definitions(${TARGET} PUBLIC
${WHISPER_EXTRA_FLAGS}
)
set_target_properties(${TARGET} PROPERTIES PUBLIC_HEADER "whisper.h")
install(TARGETS ${TARGET}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static
RUNTIME DESTINATION bin
PUBLIC_HEADER DESTINATION include
)
#