1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

CMake: Support automatic linking of bundled libraries in modules

This commit is contained in:
reuk 2021-06-28 20:03:42 +01:00
parent dcd2ef93f9
commit 6ed8065f70
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
10 changed files with 119 additions and 74 deletions

View file

@ -36,13 +36,12 @@ For further help getting started, please refer to the JUCE
### CMake
Version 3.15 or higher is required for plugin projects, and strongly
recommended for other project types. To use CMake, you will need to install it,
Version 3.15 or higher is required. To use CMake, you will need to install it,
either from your system package manager or from the [official download
page](https://cmake.org/download/). For comprehensive documentation on JUCE's
CMake API, see the [JUCE CMake documentation](/docs/CMake%20API.md). For examples
which may be useful as starting points for new CMake projects, see the [CMake
examples directory](/examples/CMake).
CMake API, see the [JUCE CMake documentation](/docs/CMake%20API.md). For
examples which may be useful as starting points for new CMake projects, see the
[CMake examples directory](/examples/CMake).
#### Building Examples