This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9de44ef28a
CMake
/
Modules
/
Platform
/
Linux-VisualAge-Fortran.cmake
4 lines
111 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: add support for visual age fortran on linux
2008-01-10 18:50:46 +03:00
SET
(
CMAKE_SHARED_LIBRARY_C_FLAGS
""
)
SET
(
CMAKE_SHARED_LIBRARY_LINK_C_FLAGS
""
)
ENH: add support for xlf with -WF,-D for -D
2008-01-12 01:38:41 +03:00
include
(
Platform/xlf
)