I am working in an embedded project.
target : ppc
compiler : windriver
Host environment : windows 10
build generator : cmake, MinGW makefiles
during compilation i see
I want
from cmake side can we do this or it is compiler specific ?
I am working in an embedded project.
target : ppc
compiler : windriver
Host environment : windows 10
build generator : cmake, MinGW makefiles
during compilation i see
I want
from cmake side can we do this or it is compiler specific ?
The extension is compiler-specific. Why does the extension matter in this case?
And the .c
is always going to be there under CMake (some projects have foo.c
and foo.cxx
and CMake’s strategy avoids this conflict unconditionally).