summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-01 15:42:52 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-01 15:42:52 (GMT)
commit04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620 (patch)
tree6733f3e2da83fc880fd5bcad5926bfe6abc03158 /Source/CMakeLists.txt
parent51db85934fd0a0b879cdb880ccbf1eca1dd28c35 (diff)
downloadCMake-04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620.zip
CMake-04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620.tar.gz
CMake-04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620.tar.bz2
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 7c99a7e..78169dc 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -14,8 +14,8 @@ SET(SRCS
cmDependsC.h
cmDependsFortran.cxx
cmDependsFortran.h
- cmDependsFortranLexer.c
- cmDependsFortranParser.c
+ cmDependsFortranLexer.cxx
+ cmDependsFortranParser.cxx
cmDependsFortranParser.h
cmDependsJavaLexer.cxx
cmDependsJavaParser.cxx