diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-04 16:19:59 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-04 16:19:59 (GMT) |
commit | ff67e8a65d064340cb6cb3f30733ce2eb1e914bb (patch) | |
tree | e193085305686be85a5058f9d47d2ee558292b92 | |
parent | 011532e0c3503cd5767a6090a6e55271cc365a09 (diff) | |
download | CMake-ff67e8a65d064340cb6cb3f30733ce2eb1e914bb.zip CMake-ff67e8a65d064340cb6cb3f30733ce2eb1e914bb.tar.gz CMake-ff67e8a65d064340cb6cb3f30733ce2eb1e914bb.tar.bz2 |
ENH: added properties into the compile, but not that many
-rw-r--r-- | Source/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 8a6e300..9896b17 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -146,10 +146,10 @@ SET(SRCS cmProperty.h cmPropertyDefinition.cxx cmPropertyDefinition.h - cmPropertyDefinitionMap.cxx - cmPropertyDefinitionMap.h - cmPropertyMap.cxx - cmPropertyMap.h +# cmPropertyDefinitionMap.cxx +# cmPropertyDefinitionMap.h +# cmPropertyMap.cxx +# cmPropertyMap.h cmSourceFile.cxx cmSourceFile.h cmSourceGroup.cxx |