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.

47 lines
1.4KB

  1. # ==============================================================================
  2. #
  3. # This file is part of the JUCE library.
  4. # Copyright (c) 2020 - Raw Material Software Limited
  5. #
  6. # JUCE is an open source library subject to commercial or open-source
  7. # licensing.
  8. #
  9. # By using JUCE, you agree to the terms of both the JUCE 6 End-User License
  10. # Agreement and JUCE Privacy Policy (both effective as of the 16th June 2020).
  11. #
  12. # End User License Agreement: www.juce.com/juce-6-licence
  13. # Privacy Policy: www.juce.com/juce-privacy-policy
  14. #
  15. # Or: You may also use this code under the terms of the GPL v3 (see
  16. # www.gnu.org/licenses).
  17. #
  18. # JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
  19. # EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
  20. # DISCLAIMED.
  21. #
  22. # ==============================================================================
  23. juce_add_modules(
  24. INSTALL_PATH "include/JUCE-${JUCE_VERSION}/modules"
  25. ALIAS_NAMESPACE juce
  26. juce_analytics
  27. juce_audio_basics
  28. juce_audio_devices
  29. juce_audio_formats
  30. juce_audio_plugin_client
  31. juce_audio_processors
  32. juce_audio_utils
  33. juce_box2d
  34. juce_core
  35. juce_cryptography
  36. juce_data_structures
  37. juce_dsp
  38. juce_events
  39. juce_graphics
  40. juce_gui_basics
  41. juce_gui_extra
  42. juce_opengl
  43. juce_osc
  44. juce_product_unlocking
  45. juce_video)