Skip to content

Commit

Permalink
avs_core/CMakeLists: provide version.h with installed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
qyot27 committed Jan 16, 2022
1 parent fb10121 commit e45deb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avs_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,8 @@ INSTALL(TARGETS AvsCore
INSTALL(DIRECTORY "include/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/avisynth")

INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/version.h"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/avisynth/avs")

INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/avisynth.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")

0 comments on commit e45deb4

Please sign in to comment.