Tracktion Engine Cmake VS missing JUCE submodule

I’m getting a “add subdirectory” error on Visual Studio 2022

cmake tracktion_engine

– Building for: Visual Studio 17 2022
– Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.26200.
– The C compiler identification is MSVC 19.44.35220.0
– The CXX compiler identification is MSVC 19.44.35220.0
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped
– Detecting C compile features
– Detecting C compile features - done
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
CMake Error at CMakeLists.txt:21 (add_subdirectory):
The source directory

C:/tracktiongithub/tracktion_engine/modules/juce

does not contain a CMakeLists.txt file.

CMake Error at modules/CMakeLists.txt:24 (juce_add_modules):
Unknown CMake command “juce_add_modules”.

Looks like you haven’t done a recursive clone to clone the juce submodule.
Did you see that note here: