Skip to content

Commit ab66eb2

Browse files
committed
avs_core/CMakeLists.txt: provide arch.h in installed headers
1 parent e45deb4 commit ab66eb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

avs_core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ INSTALL(DIRECTORY "include/"
216216
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/avisynth")
217217
218218
INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/version.h"
219+
"${CMAKE_CURRENT_BINARY_DIR}/arch.h"
219220
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/avisynth/avs")
220221
221222
INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/avisynth.pc"

0 commit comments

Comments
 (0)