How to integrate 3rd party module with cmake

I want to use this 3rd party module in my juce project

What would be correct way to implement this? My project uses cmake

Thanks!
T

Call juce_add_module(/path/to/drawaudio) after including JUCE in your project, but before adding any executable/library targets.

See the CMake API reference for more information:

1 Like