Skip to content

Commit

Permalink
Add install target
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Jun 18, 2022
1 parent e263157 commit 16f2062
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ add_custom_command(TARGET ${LV2PLUGIN_PRJ_NAME} POST_BUILD
"${PROJECT_BINARY_DIR}/modgui"
)

# Installation
if (NOT MSVC)
install (DIRECTORY ${PROJECT_BINARY_DIR} DESTINATION ${LV2PLUGIN_INSTALL_DIR}
COMPONENT "lv2")
endif()

### Aeolus

# find_package(Freetype REQUIRED)
Expand Down

0 comments on commit 16f2062

Please sign in to comment.