Change name final binary output file via CMakeLists
Posted: Mon Mar 18, 2024 5:20 pm
project(myProject) creates the project itself, and specifies the project name. The project name is used for the final binary output files of the app - ie myProject.elf, myProject.bin.
How can I change the final binary output file to myNameFile.bin via CMakeLists?
How can I change the final binary output file to myNameFile.bin via CMakeLists?