Closed KottV closed 8 months ago
Can you please check again? Thanks!
all is good, thanks
@KottV In CMakeLists.txt of clap-juce-extension I have to add;
target_compile_options(clap_juce_extensions PUBLIC
"/MT")
to have all libraries compiled as static libraries. Do you by chance know how I can do this without modifying the clap-juce-extension files? Thanks.
How does it looks, I mean dynamic clap libraries? On Linux it works as usual JUCE static linked module without any separate libraries.
Maybe you can try to pass -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON
arguments to cmake.
Hi,
when you do
git clone --recursive
theclap-juce-extensions
is not pulled, seems that it was not properly added to source tree: