CMAKE error while building the application (No SOURCES given to target)
I am trying to build an application that will generate an .elf file. This build is done with the Hi-tech compiler and CMAKE environment. I have some .c source files, corresponding .h files, and generated files from another tool. Below are my CMake files.