Skip to content

Commit

Permalink
avs_core/CMakeLists.txt: provide arch.h in installed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
qyot27 committed Jan 16, 2022
1 parent e45deb4 commit ab66eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avs_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab66eb2

Please sign in to comment.