From ab66eb241fdaf6635b2a8f2e6b8bdb06a1f567cd Mon Sep 17 00:00:00 2001 From: Stephen Hutchinson Date: Sun, 16 Jan 2022 07:16:46 -0500 Subject: [PATCH] avs_core/CMakeLists.txt: provide arch.h in installed headers --- avs_core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/avs_core/CMakeLists.txt b/avs_core/CMakeLists.txt index b38280992..7b49199ae 100644 --- a/avs_core/CMakeLists.txt +++ b/avs_core/CMakeLists.txt @@ -216,6 +216,7 @@ INSTALL(DIRECTORY "include/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/avisynth") INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/version.h" + "${CMAKE_CURRENT_BINARY_DIR}/arch.h" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/avisynth/avs") INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/avisynth.pc"