clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 9b5a50868fdb0d4f2dde945d9aede48712e6f96b
parent 124fec0436068a8ba9d32ff244451a9738ad5db2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 09:32:11 +0100

Simply remove that line to avoid confusion

Diffstat:
MCMakeLists.txt | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -100,8 +100,6 @@ if (${CLAP_BUILD_TESTS}) MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/src/plugins.plist.in ) elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows") - # this is already exported by using CLAP_EXPORT - # target_link_options(clap-plugin-template PRIVATE /EXPORT:clap_entry) set_target_properties(clap-plugin-template PROPERTIES SUFFIX ".clap" PREFIX "") endif() endif()