Re: [CMake] Adding files other than c and cpp in cmakelists file

2009-02-02 Thread Alexander Neundorf
On Monday 02 February 2009, ankit jain wrote: > Hi all, > > Can't we include our source files other than C or Cpp in cmakelists file. > if yes then if we want to execute those files when we do make then for that > what to write in CMakelists file as we write add_library command which we > want to d

[CMake] Adding files other than c and cpp in cmakelists file

2009-02-02 Thread ankit jain
Hi all, Can't we include our source files other than C or Cpp in cmakelists file. if yes then if we want to execute those files when we do make then for that what to write in CMakelists file as we write add_library command which we want to do when make will run in some cases. AJ _