summaryrefslogtreecommitdiffstats
path: root/Tests/VSGNUFortran/subdir/fortran/hello.f
Commit message (Collapse)AuthorAgeFilesLines
* CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBALBill Hoffman2012-02-091-0/+7
cmake_add_fortran_directory uses imported targets when using the mingw fortran compiler. This change makes those targets global in scope so they act just like the real targets that exist when a fortran compiler exists and regular add_subdirectory is used.