On Monday 13 October 2008, [EMAIL PROTECTED] wrote: > Hi, > I would like to compile a generated file (for example MyFile.myextension) > with the C compiler. The "SET(CMAKE_C_SOURCE_FILE_EXTENSIONS myextension)" > doesn't seem to work : file is ignored ! Any idea ?
Without checking, I think this variable is only evaluated once quite early in the beginning, so changing it later doesn't have an effect. Check the sources to see where it's used. Alex _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake