Skip to content

CodeLite: Better support for Fortran and Windows

Tobias R. Henle requested to merge toby/cmake:feature-codelite-fortran into master

Fortran source files are added to the src folder of CodeLite projects and the "Compile Single File" command uses "$(CurrentFileFullName)" instead of "$(CurrentFileName)" with the correct filename extension for object files on windows now.

Edited by Tobias R. Henle

Merge request reports