1--- CMakeLists.txt.orig 2025-01-11 21:34:33 UTC 2+++ CMakeLists.txt 3@@ -16,3 +16,5 @@ add_subdirectory(tests) 4 add_executable(demo demo.cpp) 5 6 add_subdirectory(tests) 7+ 8+install(FILES libertiff.hpp DESTINATION ${CMAKE_INSTALL_PREFIX}/include) 9