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
> 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
-- 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
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