fix gcc build

This commit is contained in:
caesar 2020-04-19 23:45:09 +08:00
parent 06fb629e7e
commit 336835624c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ install(TARGETS ${INSTALL_LIBS}
)
# Install includes files
install(FILES openjpeg.h opj_stdint.h
install(FILES openjpeg.h opj_stdint.h c_vector.h
DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers
)