mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-05-21 19:47:32 +08:00
build(cmake): install the char_defs.h header file
This commit is contained in:
@@ -418,11 +418,11 @@ if(BUILD_VIDEO2X_CLI)
|
|||||||
install(TARGETS video2x RUNTIME DESTINATION ${INSTALL_BIN_DESTINATION})
|
install(TARGETS video2x RUNTIME DESTINATION ${INSTALL_BIN_DESTINATION})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Install the header file
|
# Install the header files
|
||||||
install(FILES ${PROJECT_SOURCE_DIR}/include/libvideo2x/libvideo2x.h
|
install(FILES
|
||||||
DESTINATION ${INSTALL_INCLUDE_DESTINATION}
|
${PROJECT_SOURCE_DIR}/include/libvideo2x/libvideo2x.h
|
||||||
)
|
${PROJECT_SOURCE_DIR}/include/libvideo2x/char_defs.h
|
||||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libvideo2x/version.h
|
${CMAKE_CURRENT_BINARY_DIR}/libvideo2x/version.h
|
||||||
DESTINATION ${INSTALL_INCLUDE_DESTINATION}
|
DESTINATION ${INSTALL_INCLUDE_DESTINATION}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user