From 990c6c3fd7dabc3b1eabedf98a53cfbe0f7a695d Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Mon, 14 Oct 2024 00:00:00 +0000 Subject: [PATCH] feat: added version.h header Signed-off-by: k4yt3x --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31d8e5ed..b2d398e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -337,6 +337,9 @@ endif() install(FILES ${PROJECT_SOURCE_DIR}/include/libvideo2x/libvideo2x.h DESTINATION ${INSTALL_INCLUDE_DESTINATION} ) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libvideo2x/version.h + DESTINATION ${INSTALL_INCLUDE_DESTINATION} +) # Platform-specific installation rules if(WIN32)