https://github.com/Kitware/CMake
Raw File
Tip revision: ffff99c58e00bcf068c59cadba0706eb5f342124 authored by Brad King on 07 October 2013, 12:28:26 UTC
CMake 2.8.12
Tip revision: ffff99c
main.F
        program main
          call call_sub()
#ifdef CALL_MOD
          call call_mod()
#endif
        end
back to top