Index: Test/CMakeLists.txt
===================================================================
--- Test/CMakeLists.txt	(版本 36695)
+++ Test/CMakeLists.txt	(工作副本)
@@ -22,6 +22,17 @@
 	objc_msgSend.m
 )
 
+set(ADDITIONAL_OBJC_FILES
+	CXXException.m
+)
+
+set_source_files_properties(
+	${TESTS}
+	${ADDITIONAL_OBJC_FILES}
+	PROPERTIES LANGUAGE C
+	COMPILE_FLAGS "${CMAKE_OBJC_FLAGS}"
+)
+
 # Function for adding a test.  This takes the name of the test and the list of
 # source files as arguments.
 function(addtest_flags TEST FLAGS TEST_SOURCE)
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt	(版本 36695)
+++ CMakeLists.txt	(工作副本)
@@ -25,6 +25,7 @@
 	arc.m
 	associate.m
 	blocks_runtime.m
+	mutation.m
 	properties.m)
 set(libobjc_C_SRCS 
 	abi_version.c
