From 71fa21125664034903a3dfeaf634e18d58e77fdc Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 30 Mar 2021 17:14:56 +0100 Subject: [PATCH] CMake: Add description of CMake source groups --- docs/CMake API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CMake API.md b/docs/CMake API.md index 5b8b01147c..426e7a1bdf 100644 --- a/docs/CMake API.md +++ b/docs/CMake API.md @@ -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