Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 352 Bytes

File metadata and controls

7 lines (4 loc) · 352 Bytes

JUCECmakeRepoPrototype

A prototype to model a way to create an entire repo using JUCE6 and CMake.

The main concept is to set all the different variables (where JUCE is, custom modules, etc) in the top CMakeLists.txt, then add all your projects with very little setup.

JUCE6 just came out and is in testing stages, so feel free to report any bugs!