rebuilt fftw3 and added required mingw libs to deps windows.
This commit is contained in:
parent
740b1ab363
commit
7a95ca9c82
@ -414,6 +414,11 @@ function(sono_add_custom_plugin_target target_name product_name formats is_instr
|
|||||||
${target_name}_PSData
|
${target_name}_PSData
|
||||||
|
|
||||||
fftw3f
|
fftw3f
|
||||||
|
$<$<PLATFORM_ID:Windows>:mingwex>
|
||||||
|
$<$<PLATFORM_ID:Windows>:gcc>
|
||||||
|
$<$<PLATFORM_ID:Windows>:mingw32>
|
||||||
|
$<$<PLATFORM_ID:Windows>:msvcrt>
|
||||||
|
|
||||||
PUBLIC
|
PUBLIC
|
||||||
juce::juce_recommended_config_flags
|
juce::juce_recommended_config_flags
|
||||||
juce::juce_recommended_lto_flags
|
juce::juce_recommended_lto_flags
|
||||||
|
BIN
deps/windows/Release/fftw3f.lib
vendored
Executable file → Normal file
BIN
deps/windows/Release/fftw3f.lib
vendored
Executable file → Normal file
Binary file not shown.
BIN
deps/windows/Release/gcc.lib
vendored
Normal file
BIN
deps/windows/Release/gcc.lib
vendored
Normal file
Binary file not shown.
BIN
deps/windows/Release/mingw32.lib
vendored
Normal file
BIN
deps/windows/Release/mingw32.lib
vendored
Normal file
Binary file not shown.
BIN
deps/windows/Release/mingwex.lib
vendored
Normal file
BIN
deps/windows/Release/mingwex.lib
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user