Skip to content

Commit

Permalink
Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Oct 29, 2024
1 parent dee4c41 commit 8b0f721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dsp_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ setup_chowdsp_lib(dsp_tests_lib
chowdsp_simd
chowdsp_waveshapers
)
target_compile_definitions(dsp_tests_lib PUBLIC CHOWDSP_JASSERT_IS_CASSERT=1)
# Setting this to 1 can be useful for debugging!
target_compile_definitions(dsp_tests_lib PUBLIC CHOWDSP_JASSERT_IS_CASSERT=0)

setup_juce_lib(dsp_juce_tests_lib
juce::juce_dsp
Expand Down

0 comments on commit 8b0f721

Please sign in to comment.