Files
astaroth/samples/fortrantest/CMakeLists.txt
2020-06-25 06:35:13 +03:00

5 lines
112 B
CMake

enable_language(Fortran)
add_executable(fortrantest main.f90)
target_link_libraries(fortrantest astaroth_core)