[cmake-commits] king committed CMakeLists.txt 1.39 1.40
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jan 14 09:21:00 EST 2008
Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv16504/Tests
Modified Files:
CMakeLists.txt
Log Message:
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- CMakeLists.txt 3 Dec 2007 18:35:41 -0000 1.39
+++ CMakeLists.txt 14 Jan 2008 14:20:58 -0000 1.40
@@ -49,6 +49,7 @@
ADD_TEST_MACRO(Properties Properties)
ADD_TEST_MACRO(Assembler HelloAsm)
ADD_TEST_MACRO(SourceGroups SourceGroups)
+ ADD_TEST_MACRO(Preprocess Preprocess)
IF (CMAKE_STRICT)
ADD_TEST_MACRO(DocTest DocTest)
More information about the Cmake-commits
mailing list