diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-14 21:03:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-14 21:03:33 (GMT) |
commit | b59987eed9f5a67b6672d913501e3ce6495f1465 (patch) | |
tree | 40a349eb22f74fa3c57fef9710134aba2791791b /Source/CMakeLists.txt | |
parent | 6fc30804589219d63062fe20cc2cf3ce617a5ce6 (diff) | |
download | CMake-b59987eed9f5a67b6672d913501e3ce6495f1465.zip CMake-b59987eed9f5a67b6672d913501e3ce6495f1465.tar.gz CMake-b59987eed9f5a67b6672d913501e3ce6495f1465.tar.bz2 |
BUG: .h not two .cxx files
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
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 |