summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-14 21:03:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-14 21:03:33 (GMT)
commitb59987eed9f5a67b6672d913501e3ce6495f1465 (patch)
tree40a349eb22f74fa3c57fef9710134aba2791791b /Source
parent6fc30804589219d63062fe20cc2cf3ce617a5ce6 (diff)
downloadCMake-b59987eed9f5a67b6672d913501e3ce6495f1465.zip
CMake-b59987eed9f5a67b6672d913501e3ce6495f1465.tar.gz
CMake-b59987eed9f5a67b6672d913501e3ce6495f1465.tar.bz2
BUG: .h not two .cxx files
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 9f2d6c7..1d658f1 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -60,7 +60,7 @@ IF (WIN32)
cmBorlandMakefileGenerator.cxx
cmNMakeMakefileGenerator.cxx
cmMSDotNETGenerator.cxx
- cmDSWWriter.cxx
+ cmDSWWriter.h
cmDSPWriter.h
cmMSProjectGenerator.h
cmBorlandMakefileGenerator.h