From 5b91f71c68d292b834f8e208bf27fa18f5d9e0bd Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 6 Mar 2020 19:00:09 +0100 Subject: [PATCH] Copy gpl-3.0.txt in the VST bundle [ci skip] --- vst/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vst/CMakeLists.txt b/vst/CMakeLists.txt index cf83113c..94d924b4 100644 --- a/vst/CMakeLists.txt +++ b/vst/CMakeLists.txt @@ -95,6 +95,9 @@ else() LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${VSTPLUGIN_BUNDLE_NAME}/Contents/${VST3_PACKAGE_ARCHITECTURE}-linux") endif() +file(COPY "gpl-3.0.txt" + DESTINATION "${PROJECT_BINARY_DIR}/${VSTPLUGIN_BUNDLE_NAME}") + if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") target_compile_options(${VSTPLUGIN_PRJ_NAME} PRIVATE "-Wno-extra"