The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1KB

  1. # ==============================================================================
  2. #
  3. # This file is part of the JUCE 6 technical preview.
  4. # Copyright (c) 2020 - Raw Material Software Limited
  5. #
  6. # You may use this code under the terms of the GPL v3
  7. # (see www.gnu.org/licenses).
  8. #
  9. # For this technical preview, this file is not subject to commercial licensing.
  10. #
  11. # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
  12. # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
  13. # DISCLAIMED.
  14. #
  15. # ==============================================================================
  16. juce_add_modules(
  17. INSTALL_PATH "include/JUCE-${JUCE_VERSION}/modules"
  18. ALIAS_NAMESPACE juce
  19. juce_analytics
  20. juce_audio_basics
  21. juce_audio_devices
  22. juce_audio_formats
  23. juce_audio_plugin_client
  24. juce_audio_processors
  25. juce_audio_utils
  26. juce_blocks_basics
  27. juce_box2d
  28. juce_core
  29. juce_cryptography
  30. juce_data_structures
  31. juce_dsp
  32. juce_events
  33. juce_graphics
  34. juce_gui_basics
  35. juce_gui_extra
  36. juce_opengl
  37. juce_osc
  38. juce_product_unlocking
  39. juce_video)