[CMake] Settings different compile options for diff. files in same folder

2009-05-14 Thread David . Karr
ankit jain wrote: > I have a folder in which there are 5 files > folder > a1.c > a2.c > a3.c > a4.c > a5.c > > Out of these from 4th and 5th iam making a library if iam working on windows > else with the rest three iam building one library for the folder. > Even on windows also iam makin

Re: [CMake] Settings different compile options for diff. files in same folder..

2009-05-14 Thread Denis Scherbakov
> I have a folder in which there are 5 files > folder > ... > Out of these from 4th and 5th iam making a library if iam > working on windows else with the rest three iam building one > library for the folder. Does the follwoing work? SET (MAIN_SRCS   a1.c   a2.c   a3.c ) SET (ADD_SRC

[CMake] Settings different compile options for diff. files in same folder

2009-05-14 Thread ankit jain
-- Forwarded message -- From: ankit jain Date: 2009/5/14 Subject: Settings different compile options for diff. files in same folder.. To: cmake@cmake.org Hi all, I have a folder in which there are 5 files folder a1.c a2.c a3.c a4.c a5.c Out of these from 4th and 5th i

[CMake] Settings different compile options for diff. files in same folder..

2009-05-14 Thread ankit jain
Hi all, I have a folder in which there are 5 files folder a1.c a2.c a3.c a4.c a5.c Out of these from 4th and 5th iam making a library if iam working on windows else with the rest three iam building one library for the folder. Even on windows also iam making this library but making one m