fbucafusco
fbucafusco
## Environment - libcoap version: v4.3. something (not so sure, because is a precompiled lib but has the coap3 folder) - Build System: platformio - Operating System: Windows - Operating...
**What version of protobuf and what language are you using?** Version: v3.19.1 Language: C++ **What operating system (Linux, Windows, ...) and version?** Windows **What runtime / compiler are you using...
I added a function to, very naively, emulate the FetchContent from cmake.
Fixes nob for when you have this pattern: `#ifdef OPTIM` `#define CFLAGS "-O2"` `#else` `#define CFLAGS ""` `#endif` .... `cmd_append(&cmd, COMPILER_C, "-c" , "file.c" , CFLAGS , INCLUDES , "-o",...
[https://github.com/fbucafusco/basic_build_stm32_nob](https://github.com/fbucafusco/basic_build_stm32_nob)