1
0
Fork 0
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:
reuk 2021-08-09 11:21:49 +01:00
parent 449e4df275
commit ff24f4acd3

View file

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