summaryrefslogtreecommitdiff
path: root/Tests/Fortran/External/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/External/CMakeLists.txt')
-rw-r--r--Tests/Fortran/External/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Fortran/External/CMakeLists.txt b/Tests/Fortran/External/CMakeLists.txt
new file mode 100644
index 000000000..0eb1cfeed
--- /dev/null
+++ b/Tests/Fortran/External/CMakeLists.txt
@@ -0,0 +1,4 @@
+project(ExtFort Fortran)
+
+add_library(myext a.f90)
+