index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSGNUFortran
/
c_code
/
CMakeLists.txt
blob: 27d22fd35664ef569bfd0da5b2f5eb99b18f33cd (
plain
)
1
2
add_executable(c_using_fortran main.c) target_link_libraries(c_using_fortran hello)