[CMake] -G KDevelop3 and Fortran

Alin M Elena alin.elena at qub.ac.uk
Thu Aug 30 18:11:27 EDT 2007


Hi,

I have tried to generate kdevelop project files for a fortran hello 
project with cmake.
The result, disaster. (see attach)

Does anyone intend to add support for fortan project in kdevelop generator?

regards,

Alin

PS I also added the CMakeList.txt.


-- 
____________________________________________________________________
"...if the universities will not study useless subjects, who will?"
                           G. F. Fitzgerald, Nature, 45/46, 392 (1892)
______________________________________________________________________
Mr. Alin M. ELENA
Atomistic Simulation Centre
School of Mathematics and Physics
Queen's University Belfast
Office: +44 (0)28 9097 1428
Fax: +44 (0)28 9097 5359
http://titus.phy.qub.ac.uk/group/Alin/
alin.elena at yahoo.co.uk
alin.elena at qub.ac.uk
______________________________________________________________________

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hello.kdevelop
Type: text/xml
Size: 4308 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/cmake/attachments/20070830/8e78ee2e/Hello.bin
-------------- next part --------------
Project(Hello Fortran)

###source files
set(src_dir Source)
###bin files
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)


add_executable(hello ${src_dir}/hello.f90 )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alin.elena.vcf
Type: text/x-vcard
Size: 375 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/cmake/attachments/20070830/8e78ee2e/alin.elena.vcf


More information about the CMake mailing list