Skip to content

Commit

Permalink
CMake: Install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Sep 17, 2023
1 parent 33a5fc9 commit 44c23db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,16 @@ add_subdirectory(Support)
if(BUILD_EXAMPLE_PLUGINS)
add_subdirectory(Examples)
endif()

# Install
install(FILES
${OFX_HEADER_FILES}
${OFX_SUPPORT_HEADER_FILES}
${OFX_PLUGINS_HEADER_FILES}
${OFX_HOSTSUPPORT_HEADER_FILES}
DESTINATION "include")

install(TARGETS OfxSupport OfxHost
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)

0 comments on commit 44c23db

Please sign in to comment.