CMakeLists.txt 84 B

12
  1. add_executable(c_using_fortran main.c)
  2. target_link_libraries(c_using_fortran hello)