summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-09-06 22:02:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-09-06 22:02:26 (GMT)
commita14057c1b37e8672bfda8131ca2cd60dad0b2fca (patch)
treed49c4abae89310c74b8a4b6de6de562b3cff5d51 /Source/CMakeLists.txt
parentd204791e45b245fd0a10b2b31ab6ace9a8c3cf65 (diff)
downloadCMake-a14057c1b37e8672bfda8131ca2cd60dad0b2fca.zip
CMake-a14057c1b37e8672bfda8131ca2cd60dad0b2fca.tar.gz
CMake-a14057c1b37e8672bfda8131ca2cd60dad0b2fca.tar.bz2
BUG: clean up lib and exe output paths
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index f38b693..bff926a 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -38,6 +38,7 @@ ADD_DEFINITIONS(-DCMAKE_BUILD_WITH_CMAKE)
IF (WIN32)
SOURCE_FILES(SRCS cmDSWWriter.cxx cmDSPWriter.cxx cmMSProjectGenerator.cxx)
+ SOURCE_FILES(SRCS cmBorlandMakefileGenerator.cpp)
IF(NOT UNIX)
SUBDIRS(MFCDialog)
ENDIF(NOT UNIX)