Re: [CMake] SET_SOURCE_FILES_PROPERTIES different properties for same file, same library

2010-05-12 Thread Eric Noulard
2010/5/12 Michael Wild : > > On 12. May, 2010, at 13:03 , Bryn Lloyd wrote: > >> Hi, >> >> I would like to cmakeify the UMFPACK/AMD libraries by Timothy Davis. >> >> I need to compile the same source file, multiple times, with different >> flags/defines in order to link the resulting object files

Re: [CMake] SET_SOURCE_FILES_PROPERTIES different properties for same file, same library

2010-05-12 Thread Michael Wild
On 12. May, 2010, at 13:03 , Bryn Lloyd wrote: > Hi, > > I would like to cmakeify the UMFPACK/AMD libraries by Timothy Davis. > > I need to compile the same source file, multiple times, with different > flags/defines in order to link the resulting object files into one library. > > something

[CMake] SET_SOURCE_FILES_PROPERTIES different properties for same file, same library

2010-05-12 Thread Bryn Lloyd
Hi, I would like to cmakeify the UMFPACK/AMD libraries by Timothy Davis. I need to compile the same source file, multiple times, with different flags/defines in order to link the resulting object files into one library. something like this: $(CC) -DDINT -c umf_analyze.c -o umf_i_ana