From a379c7481e1ee4f7639804c8e88f1649d138ff86 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Mon, 2 Dec 2024 00:00:00 +0000 Subject: [PATCH] fix(cmake): install missing headers Signed-off-by: k4yt3x --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2de6609..e8eadd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} )