Page 1 of 1

Change name final binary output file via CMakeLists

Posted: Mon Mar 18, 2024 5:20 pm
by stoumk
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?

Re: Change name final binary output file via CMakeLists

Posted: Tue Mar 19, 2024 9:39 am
by stoumk
Alternatively, after compilation, you can copy the bin file with your own name.
viewtopic.php?f=13&t=11528&start=10#p47552