Skip to content

Commit

Permalink
Try 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 5c7621a commit cc75d1c
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,6 +39,9 @@ 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
# and later `git submodule update --remote --merge` to keep it up to date
Expand All @@ -51,8 +54,6 @@ add_subdirectory(JUCE)
# This adds the melatonin inspector module
add_subdirectory (modules/melatonin_inspector)

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

# See `docs/CMake API.md` in the JUCE repo for all config options
juce_add_plugin("${PROJECT_NAME}"
Expand Down

0 comments on commit cc75d1c

Please sign in to comment.