diff options
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 9ea72a4..982b964 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -55,6 +55,11 @@ SET(SRCS cmDepends.cxx cmDependsC.h cmDependsC.cxx + cmDependsFortran.h + cmDependsFortran.cxx + cmDependsFortranLexer.c + cmDependsFortranParser.h + cmDependsFortranParser.c ) |