Hello all,
I have an existing C project that's built by a Makefile. I'd like to port it to run on the Pico, but would like to keep the existing Makefile so I don't have to convert it all to CMake.
I've found the CMake add_custom_target() function, but am not sure that's the right fit.
Any suggestions would be much appreciated.
I have an existing C project that's built by a Makefile. I'd like to port it to run on the Pico, but would like to keep the existing Makefile so I don't have to convert it all to CMake.
I've found the CMake add_custom_target() function, but am not sure that's the right fit.
Any suggestions would be much appreciated.
Statistics: Posted by lrochfort — Fri Mar 08, 2024 12:57 pm