Search found 1 match
- Tue Feb 06, 2024 7:35 pm
- Forum: ESP-IDF
- Topic: Using idf.cmake in a custom CMake project with multiple executables
- Replies: 7
- Views: 6355
Re: Using idf.cmake in a custom CMake project with multiple executables
I just want to chime in to 'say' I'm running into the same problem. I want to create a testing, encrypted and certification build for the same project. All this would need is an option to select an sdkconfig file and set C / C++ compiler flags to a build target. I'm rather surprised that this isn't ...