CMake/Tests/FortranOnly
Brad King a128129a86 VS: Support Intel Fortran 15 .vfproj generation (#15175)
This version of the Intel Fortran plugin to Visual Studio says:

 please make sure that $(OutDir), $(TargetName) and $(TargetExt)
 property values match the value specified in %(Link.OutputFile)

We must set TargetName and TargetExt in addition to the existing
setting for OutputDirectory.  The settings do not appear to hurt
older versions of Intel Fortran, so set them unconditionally.

Extend the FortranOnly test to cover a corresponding use case by
using the OUTPUT_NAME target property.

Inspired-by: Ian Harvey <Ian.Harvey@megms.com.au>
2014-09-30 08:24:50 -04:00
..
CMakeLists.txt VS: Support Intel Fortran 15 .vfproj generation (#15175) 2014-09-30 08:24:50 -04:00
checksayhello.cmake Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test. 2011-08-03 17:24:43 -04:00
checktestf2.cmake Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test. 2011-08-03 17:24:43 -04:00
hello.f Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test. 2011-08-03 17:24:43 -04:00
testf.f Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test. 2011-08-03 17:24:43 -04:00
world.f Fortran: Add support for free- and fixed-form flags 2011-08-31 10:24:43 -04:00