Re: [CMake] Parameter LANGUAGE in set_source_files_properties

2008-07-07 Thread zia
>> I have a little problem. >> I have project's tree and several files with c extension and I want >> to compile one file by g++ compiler and not c compiler. >> >> ./Trunk >> | >> ->>TEST >> | >> ->>test.c >> ->>test1.c >> ->>test2.c >> ->>CMakeLists.txt >> | >> ->>CMakeLists.txt >> >> -

Re: [CMake] Parameter LANGUAGE in set_source_files_properties

2008-07-07 Thread Eric Noulard
2008/7/7 <[EMAIL PROTECTED]>: > I have a little problem. > I have project's tree and several files with c extension and I want > to compile one file by g++ compiler and not c compiler. > > ./Trunk > | > ->TEST > | > ->test.c > ->test1.c > ->test2.c > ->CMakeLists.txt > | > ->CMakeLists.txt

[CMake] Parameter LANGUAGE in set_source_files_properties

2008-07-07 Thread zia
I have a little problem. I have project's tree and several files with c extension and I want to compile one file by g++ compiler and not c compiler. ./Trunk | ->TEST | ->test.c ->test1.c ->test2.c ->CMakeLists.txt | ->CMakeLists.txt - I make