Axel Roebel wrote:
does anybody know how I may force the use of a c++ compiler
for source files with .c extension?
Before I start renaming nearly 100 files and loose all
the cvs history I would prefer a solution where cmake would
allow me to select a compiler for the part of the files
that requi
> Axel Roebel wrote:
>
>>does anybody know how I may force the use of a c++ compiler
>>for source files with .c extension?
>>
>>
> I think we worked around taht problem:
> If one file has cpp suffix all files are compiled as C++ instead of C.
> Thsu we added a dummy file per library.
>
> Please co
Axel Roebel wrote:
does anybody know how I may force the use of a c++ compiler
for source files with .c extension?
I think we worked around taht problem:
If one file has cpp suffix all files are compiled as C++ instead of C.
Thsu we added a dummy file per library.
Please correct me if I'm w
Hello,
does anybody know how I may force the use of a c++ compiler
for source files with .c extension?
Before I start renaming nearly 100 files and loose all
the cvs history I would prefer a solution where cmake would
allow me to select a compiler for the part of the files
that require c++ compil