Re: [CMake] Does cmake support fortran lang with F extension?

2009-01-03 Thread Maik Beckmann
谢歆 schrieb am Samstag 03 Januar 2009 um 16:22: > hi, > > I decide to use cmake for an old FORTAN program what consists a lot of > F extension source code and wrote a simple CMakelists.txt. > Hoever, the default setting did not seem to support F extension. CMake support the F extension. > > And wh

Re: [CMake] Does cmake support fortran lang with F extension?

2009-01-03 Thread Bill Hoffman
谢歆 wrote: hi, I decide to use cmake for an old FORTAN program what consists a lot of F extension source code and wrote a simple CMakelists.txt. Hoever, the default setting did not seem to support F extension. \ ukmorad_SRCS has to be set BEFORE the add_library call. My cmakelists.txt is as

[CMake] Does cmake support fortran lang with F extension?

2009-01-03 Thread 谢歆
hi, I decide to use cmake for an old FORTAN program what consists a lot of F extension source code and wrote a simple CMakelists.txt. Hoever, the default setting did not seem to support F extension. My cmakelists.txt is as follows: cmake_minimum_required(VERSION 2.6) project(testukmo) include_d