RE: [CMake] ADD_LIBRARY Issue

2008-02-04 Thread Malhotra, Anupam
Hi Bill Thanks so much!! It worked!!! Thanks and Regards Anupam Malhotra -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 6:36 PM To: Malhotra, Anupam Cc: cmake@cmake.org Subject: Re: [CMake] ADD_LIBRARY Issue Malhotra, Anupam wrote: >

Re: [CMake] ADD_LIBRARY Issue

2008-02-04 Thread Bill Hoffman
Malhotra, Anupam wrote: Hi I have a project in which I am creating a static library using cmake. The source files to be used for the library are spread over two subfolders. I have a main folder say TLV and within TLV I have two subfolders EXT and STD. The C source files are present in both

[CMake] ADD_LIBRARY Issue

2008-02-03 Thread Malhotra, Anupam
Hi I have a project in which I am creating a static library using cmake. The source files to be used for the library are spread over two subfolders. I have a main folder say TLV and within TLV I have two subfolders EXT and STD. The C source files are present in both STD and EXT. Now in CMakeLis