summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Modules/Platform/HP-UX-HP-Fortran.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Modules/Platform/HP-UX-HP-Fortran.cmake')
-rwxr-xr-xshare/cmake-3.5/Modules/Platform/HP-UX-HP-Fortran.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/cmake-3.5/Modules/Platform/HP-UX-HP-Fortran.cmake b/share/cmake-3.5/Modules/Platform/HP-UX-HP-Fortran.cmake
new file mode 100755
index 0000000..12007e4
--- /dev/null
+++ b/share/cmake-3.5/Modules/Platform/HP-UX-HP-Fortran.cmake
@@ -0,0 +1,5 @@
+include(Platform/HP-UX-HP)
+__hpux_compiler_hp(Fortran)
+
+set(CMAKE_Fortran_CREATE_PREPROCESSED_SOURCE "<CMAKE_Fortran_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE>")
+set(CMAKE_Fortran_CREATE_ASSEMBLY_SOURCE "<CMAKE_Fortran_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -S <SOURCE> -o <ASSEMBLY_SOURCE>")