Skip to content

Commit

Permalink
CMake: fix missing exported modules
Browse files Browse the repository at this point in the history
  • Loading branch information
outkontroll committed Nov 22, 2024
1 parent ccdd857 commit d4579c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/Build/CMake/JUCEConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ include("@PACKAGE_UTILS_INSTALL_DIR@/JUCEUtils.cmake")

set(_juce_modules
juce_analytics
juce_animation
juce_audio_basics
juce_audio_devices
juce_audio_formats
Expand All @@ -55,6 +56,7 @@ set(_juce_modules
juce_gui_basics
juce_gui_extra
juce_javascript
juce_midi_ci
juce_opengl
juce_osc
juce_product_unlocking
Expand Down

0 comments on commit d4579c1

Please sign in to comment.