Skip to content

Commit

Permalink
Try another new approach to include JuceLibraryCode/
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Oct 23, 2023
1 parent cc75d1c commit 3cd634d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ include(PamplejuceMacOS)
# Couple tweaks that IMO should be JUCE defaults
include(JUCEDefaults)

# !J! Not sure if this is the right approach to take
target_include_directories(SharedCode PRIVATE JuceLibraryCode)

# JUCE is setup as a submodule in the /JUCE folder
# Locally, you must run `git submodule update --init --recursive` once
Expand Down Expand Up @@ -154,6 +152,9 @@ add_custom_target(host_header DEPENDS
# Link the JUCE plugin targets our SharedCode target
target_link_libraries("${PROJECT_NAME}" PRIVATE SharedCode)

# !J! Not sure if this is the right approach to take
include(JuceLibraryCode)

# IPP support, comment out to disable
include(PamplejuceIPP)

Expand Down

0 comments on commit 3cd634d

Please sign in to comment.