Looking at the limi~ example in the max-sdk repository, I can see that there is the possibility to create 2 externals using the MC_VERSION
definition: limi~
and mcs.limi~
. But how do I actually organize a CMakeLists.txt
file to compile both versions from the same project folder?