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.

42 lines
1.1KB

  1. # ==============================================================================
  2. #
  3. # This file is part of the JUCE 6 technical preview.
  4. # Copyright (c) 2020 - ROLI Ltd.
  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. INSTALL_EXPORT JUCE
  19. ALIAS_NAMESPACE juce
  20. juce_analytics
  21. juce_audio_basics
  22. juce_audio_devices
  23. juce_audio_formats
  24. juce_audio_plugin_client
  25. juce_audio_processors
  26. juce_audio_utils
  27. juce_blocks_basics
  28. juce_box2d
  29. juce_core
  30. juce_cryptography
  31. juce_data_structures
  32. juce_dsp
  33. juce_events
  34. juce_graphics
  35. juce_gui_basics
  36. juce_gui_extra
  37. juce_opengl
  38. juce_osc
  39. juce_product_unlocking
  40. juce_video)