Added a sample for testing the Fortran interface
This commit is contained in:
4
samples/fortrantest/CMakeLists.txt
Normal file
4
samples/fortrantest/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
enable_language(Fortran)
|
||||
|
||||
add_executable(fortrantest main.f90)
|
||||
target_link_libraries(fortrantest astaroth_core)
|
||||
Reference in New Issue
Block a user