Hi everyone, I’m new here and this is my first contribution to the forum 
So, I’ve been learning C++ at my CS school and I have a project idea that I want to make with tracktion engine (which looks absolutely fantastic).
I use CLion and CMake for all my projects but their architecture are always very simple since I only use the STL most of the time.
To get started, I cloned Eyal Amir’s very cool juce CMake project prototype and copied tracktion engine’s tracktion_engine and tracktion_graph modules directories into my proto’s Modules folder and juce_add_module()'d them to my App’s CMakeLists.
All of this seemed to work from what I’ve witnessed, but I get errors when building the tracktion_graph’s tracktion_graph_tests_Utilities.h file (pastebin)
Sorry for the french output, couldn’t find a way to change my CMake output language…
From what I understand, I may have missed a step when copying tracktion modules into my project, but after two days of struggle I decided to seek for some help.
Any ideas would be greatly appreciated, I can provide additional info if needed.
Thank you very much !
PS : Would be very neat to have a quick JUCE+tracktion+CMake doc, just to have a rough idea of the steps involved for a “hello, world” project ! 
