1
0
Fork 0
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:
reuk 2021-03-30 17:14:56 +01:00
parent 429550f3dd
commit 71fa211256
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -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