Re: cmake for src/support

2007-09-04 Thread Peter Kümmel
Edwin Leuven wrote: Peter Kümmel wrote: and what about this one? -file(GLOB support_min_zip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h) +file(GLOB support_minzip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h) Yes, why not. good question since later on it reads: if(NOT MERGE_FILES

Re: cmake for src/support

2007-09-04 Thread Edwin Leuven
Peter Kümmel wrote: and what about this one? -file(GLOB support_min_zip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h) +file(GLOB support_minzip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h) Yes, why not. good question since later on it reads: if(NOT MERGE_FILES) set(support_

Re: cmake for src/support

2007-09-04 Thread Peter Kümmel
Edwin Leuven wrote: Peter Kümmel wrote: Leuven, E. wrote: i think that something like the attached is needed Index: development/cmake/src/support/CMakeLists.txt and what about this one? -file(GLOB support_min_zip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h) +file(GLOB support_minzip_he

Re: cmake for src/support

2007-09-04 Thread Edwin Leuven
Peter Kümmel wrote: Leuven, E. wrote: i think that something like the attached is needed Index: development/cmake/src/support/CMakeLists.txt and what about this one? -file(GLOB support_min_zip_headers ${TOP_SRC_DIR}/src/support/minizip/*.h) +file(GLOB support_minzip_headers ${TOP_SRC_DIR}/

Re: cmake for src/support

2007-09-04 Thread Peter Kümmel
Leuven, E. wrote: i think that something like the attached is needed Index: development/cmake/src/support/CMakeLists.txt === --- development/cmake/src/support/CMakeLists.txt(revision 20042) +++ development/cmake/src/suppor

cmake for src/support

2007-09-04 Thread Leuven, E.
i think that something like the attached is needed Index: development/cmake/src/support/CMakeLists.txt === --- development/cmake/src/support/CMakeLists.txt (revision 20030) +++ development/cmake/src/support/CMakeLists.txt (working cop