From 035c7fabc3b82cbc9a346c11abe2e9462b4c0379 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 15:39:57 -0700 Subject: Imported Upstream version 2.8.9 --- Tests/Fortran/External/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Tests/Fortran/External/CMakeLists.txt (limited to 'Tests/Fortran/External/CMakeLists.txt') 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) + -- cgit v1.2.3