gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 4eceeeb92fb1630f4e110480e95826271c4042d7
parent 9a29b7f7d4a012624b7f62128e199cd0c353c61f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 25 Oct 2024 09:21:41 +0200

add cmake scripts to IDE

Diffstat:
Msource/CMakeLists.txt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt @@ -6,6 +6,10 @@ option(${CMAKE_PROJECT_NAME}_SYNTH_VAVRA "Build Vavra" on) option(${CMAKE_PROJECT_NAME}_SYNTH_XENIA "Build Xenia" on) option(${CMAKE_PROJECT_NAME}_SYNTH_NODALRED2X "Build NodalRed2x" on) +# ----------------- Add our cmake scripts to IDE + +add_custom_target(cmakeScripts SOURCES findvst2.cmake juce.cmake macsetup.cmake macsetup.command.in runAuValidation.cmake ../base.cmake) + # ----------------- DSP56300 emulator set(ASMJIT_STATIC TRUE)