cmake : install whisper.h header (#485)

Including the header file in the install bundle helps projects that ship binaries.
pull/495/head
Avik Sengupta 1 year ago committed by GitHub
parent cfc06bf8df
commit 113fcec513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
)
#

Loading…
Cancel
Save