Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix windows and AU build
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 7, 2023
1 parent 15b323d commit 8dfdb8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dpf
4 changes: 4 additions & 0 deletions jucewrapper/CMakeLists.txt
Expand Up @@ -166,6 +166,7 @@ target_sources(Cardinal
target_include_directories(Cardinal
PRIVATE
../dpf/distrho
../dpf/dgl/src/pugl-upstream/include
../src/Cardinal)

target_compile_definitions(Cardinal
Expand Down Expand Up @@ -267,6 +268,7 @@ target_sources(CardinalFX
target_include_directories(CardinalFX
PRIVATE
../dpf/distrho
../dpf/dgl/src/pugl-upstream/include
../src/CardinalFX)

target_compile_definitions(CardinalFX
Expand Down Expand Up @@ -367,6 +369,7 @@ target_sources(CardinalMIDI
target_include_directories(CardinalMIDI
PRIVATE
../dpf/distrho
../dpf/dgl/src/pugl-upstream/include
../src/CardinalFX)

target_compile_definitions(CardinalMIDI
Expand Down Expand Up @@ -467,6 +470,7 @@ target_sources(CardinalSynth
target_include_directories(CardinalSynth
PRIVATE
../dpf/distrho
../dpf/dgl/src/pugl-upstream/include
../src/CardinalSynth)

target_compile_definitions(CardinalSynth
Expand Down

0 comments on commit 8dfdb8e

Please sign in to comment.