mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CMake: Add description of CMake source groups
This commit is contained in:
parent
429550f3dd
commit
71fa211256
1 changed files with 3 additions and 0 deletions
|
|
@ -192,6 +192,9 @@ might slow down configuration a bit. If you enable this, you should probably als
|
|||
`set_property(GLOBAL PROPERTY USE_FOLDERS YES)` to your top level CMakeLists as this is required for
|
||||
source grouping to work.
|
||||
|
||||
The modules will be placed in a group named "JUCE Modules" within the group for each target,
|
||||
alongside the "Source Files" and "Header Files" groups.
|
||||
|
||||
#### `JUCE_COPY_PLUGIN_AFTER_BUILD`
|
||||
|
||||
Controls whether plugin targets should be installed to the system after building. Note that the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue