summaryrefslogtreecommitdiffstats
path: root/Tests/VSGNUFortran/subdir/fortran
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Simplify VSGNUFortran Oracle-specific link linesBrad King2015-10-011-3/+3
| | | | | | | On an Oracle 12.4 build the c_using_fortran executable cannot find the "fsu" library at runtime. Since this is an implementation detail of the "hello" library, link that library to it privately so that "-lfsu" does not propagate to the executables consuming it.
* CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBALBill Hoffman2012-02-093-0/+59
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.