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:
parent
dcd2ef93f9
commit
6ed8065f70
10 changed files with 119 additions and 74 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue