Page 1 of 1

Building multiple binaries with CMake

Posted: Tue Mar 05, 2019 10:55 am
by jeremy
I have a project which needs to build two (or possibly 3) separate binaries, with some different #defines for each of the builds. I realise this is possible to do in CMake outside of ESP-IDF, but it looks to be not so simple from the inside. Is this behaviour supported?