mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
CMake: Fix module source groups when not using modules-only mode
This commit is contained in:
parent
449e4df275
commit
ff24f4acd3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ include(extras/Build/CMake/JUCEModuleSupport.cmake)
|
|||
|
||||
cmake_dependent_option(JUCE_ENABLE_MODULE_SOURCE_GROUPS
|
||||
"Show all module sources in IDE projects" OFF
|
||||
"JUCE_MODULES_ONLY" OFF)
|
||||
"NOT JUCE_MODULES_ONLY" OFF)
|
||||
|
||||
add_subdirectory(modules)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue