Removes these targets by default in Surge and Bespoke:
On CLion in particular, this increases the odds that the top-level app (e.g. BespokeSynth) becomes the default run target (instead of parsecheck).
This adds a build option TUNING_LIBRARY_BUILD_TESTS, which defaults to
ON when the tuning library is the top-level project and to OFF when
add_subdirectory'd from elsewhere, reducing IDE clutter in projects
that use this library.
Removes these targets by default in Surge and Bespoke: On CLion in particular, this increases the odds that the top-level app (e.g.
BespokeSynth
) becomes the default run target (instead ofparsecheck
).This adds a build option
TUNING_LIBRARY_BUILD_TESTS
, which defaults toON
when the tuning library is the top-level project and toOFF
whenadd_subdirectory
'd from elsewhere, reducing IDE clutter in projects that use this library.