From 74952d72581be0a0c0faa5492bd53549fbccb62b Mon Sep 17 00:00:00 2001 From: SunLightJuly Date: Wed, 15 Oct 2014 14:17:04 +0800 Subject: [PATCH] added CCClippingRectangleNode.cpp to CMakeList --- cocos/2d/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/2d/CMakeLists.txt b/cocos/2d/CMakeLists.txt index 356c94dbad..bfbd6a8447 100644 --- a/cocos/2d/CMakeLists.txt +++ b/cocos/2d/CMakeLists.txt @@ -21,6 +21,7 @@ set(COCOS_2D_SRC 2d/CCAnimation.cpp 2d/CCAtlasNode.cpp 2d/CCClippingNode.cpp + 2d/CCClippingRectangleNode.cpp 2d/CCComponentContainer.cpp 2d/CCComponent.cpp 2d/CCDrawingPrimitives.cpp