remymuller / juce-cmake

CMake find module for the JUCE library
MIT License
30 stars 6 forks source link

avoid using CMakeCache for config flags #3

Closed remymuller closed 6 years ago

remymuller commented 6 years ago

In theory most of the AppConfig.h defines could be added on the module target with preprocessor defines.

The CMake Cache makes it easy to discover which flags can be set but they are stored persistently.

try to find a way to both allow easy flag discovery and multiple JUCE target having different flags.