mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-26 22:09:09 +00:00
fix(cmake): install missing headers
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
f27d8556c0
commit
a379c7481e
@ -389,6 +389,8 @@ endif()
|
||||
# Install the header files
|
||||
install(FILES
|
||||
${PROJECT_SOURCE_DIR}/include/libvideo2x/libvideo2x.h
|
||||
${PROJECT_SOURCE_DIR}/include/libvideo2x/fsutils.h
|
||||
${PROJECT_SOURCE_DIR}/include/libvideo2x/logging.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libvideo2x/version.h
|
||||
DESTINATION ${INSTALL_INCLUDE_DESTINATION}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user