diff options
-rw-r--r-- | hl/fortran/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt index 50fa1ea..7b97bd3 100644 --- a/hl/fortran/examples/CMakeLists.txt +++ b/hl/fortran/examples/CMakeLists.txt @@ -12,6 +12,7 @@ INCLUDE_DIRECTORIES ( SET (examples exlite + ex_ds1 ) FOREACH (example ${examples}) |