cmake/Tests/VSGNUFortran/c_code/CMakeLists.txt
2012-04-19 19:04:21 +03:00

3 lines
84 B
CMake

add_executable(c_using_fortran main.c)
target_link_libraries(c_using_fortran hello)