Re: [CMake] Re: Processing new extensions with cmake

2006-04-11 Thread Brad King
Michael Biebl wrote: FWIW, this is my solution so far: < MACRO(PROCESS_IIFILES _i_FILES _ii_FILES) SET(_i_FILES) FOREACH(_current_FILE ${ARGN}) GET_FILENAME_COMPONENT(_tmp_FILE ${_current_FILE} ABSOLU

Re: [CMake] Re: Processing new extensions with cmake

2006-04-10 Thread Alexander Neundorf
> --- Ursprüngliche Nachricht --- > Von: "Michael Biebl" <[EMAIL PROTECTED]> > An: cmake@cmake.org > Betreff: [CMake] Re: Processing new extensions with cmake > Datum: Tue, 11 Apr 2006 05:13:18 +0200 >

[CMake] Re: Processing new extensions with cmake

2006-04-10 Thread Michael Biebl
FWIW, this is my solution so far: < MACRO(PROCESS_IIFILES _i_FILES _ii_FILES) SET(_i_FILES) FOREACH(_current_FILE ${ARGN}) GET_FILENAME_COMPONENT(_tmp_FILE ${_current_FILE} ABSOLUTE) GET