Copy gpl-3.0.txt in the VST bundle [ci skip]
This commit is contained in:
parent
9dcefe740c
commit
5b91f71c68
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue