[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29460] branches/soc-2010-rohith291991: Applied a CMakeLists patch, generously provided by Filiciss Muhgue

Rohith B V rohith291991 at gmail.com
Tue Jun 15 09:17:07 CEST 2010


Revision: 29460
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29460
Author:   rohith291991
Date:     2010-06-15 09:17:06 +0200 (Tue, 15 Jun 2010)

Log Message:
-----------
Applied a CMakeLists patch, generously provided by Filiciss Muhgue

Modified Paths:
--------------
    branches/soc-2010-rohith291991/intern/CMakeLists.txt
    branches/soc-2010-rohith291991/source/blender/editors/render/CMakeLists.txt
    branches/soc-2010-rohith291991/source/blender/modifiers/CMakeLists.txt
    branches/soc-2010-rohith291991/source/creator/CMakeLists.txt

Added Paths:
-----------
    branches/soc-2010-rohith291991/intern/comiso/CMakeLists.txt

Modified: branches/soc-2010-rohith291991/intern/CMakeLists.txt
===================================================================
--- branches/soc-2010-rohith291991/intern/CMakeLists.txt	2010-06-15 02:24:32 UTC (rev 29459)
+++ branches/soc-2010-rohith291991/intern/CMakeLists.txt	2010-06-15 07:17:06 UTC (rev 29460)
@@ -37,6 +37,7 @@
 ADD_SUBDIRECTORY(boolop)
 ADD_SUBDIRECTORY(opennl)
 ADD_SUBDIRECTORY(smoke)
+ADD_SUBDIRECTORY(comiso)
 
 IF(WITH_ELBEEM)
 	ADD_SUBDIRECTORY(elbeem)

Added: branches/soc-2010-rohith291991/intern/comiso/CMakeLists.txt
===================================================================
--- branches/soc-2010-rohith291991/intern/comiso/CMakeLists.txt	                        (rev 0)
+++ branches/soc-2010-rohith291991/intern/comiso/CMakeLists.txt	2010-06-15 07:17:06 UTC (rev 29460)
@@ -0,0 +1,33 @@
+# $Id$
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# The Original Code is Copyright (C) 2006, Blender Foundation
+# All rights reserved.
+#
+# The Original Code is: all of this file.
+#
+# Contributor(s): Daniel Genrich
+#
+# ***** END GPL LICENSE BLOCK *****
+
+SET(INC ../../extern/Eigen2/Eigen)
+
+FILE(GLOB SRC intern/*.cpp)
+
+
+BLENDERLIB(bf_comiso "${SRC}" "${INC}")
+#, libtype='blender', priority = 0 )

Modified: branches/soc-2010-rohith291991/source/blender/editors/render/CMakeLists.txt
===================================================================
--- branches/soc-2010-rohith291991/source/blender/editors/render/CMakeLists.txt	2010-06-15 02:24:32 UTC (rev 29459)
+++ branches/soc-2010-rohith291991/source/blender/editors/render/CMakeLists.txt	2010-06-15 07:17:06 UTC (rev 29460)
@@ -39,7 +39,7 @@
 )
 
 IF(WITH_QUICKTIME)
-	SET(INC ${INC} ../quicktime ${QUICKTIME_INC})
+	SET(INC ${INC} ../../quicktime ${QUICKTIME_INC})
 	ADD_DEFINITIONS(-DWITH_QUICKTIME)
 ENDIF(WITH_QUICKTIME)
 

Modified: branches/soc-2010-rohith291991/source/blender/modifiers/CMakeLists.txt
===================================================================
--- branches/soc-2010-rohith291991/source/blender/modifiers/CMakeLists.txt	2010-06-15 02:24:32 UTC (rev 29459)
+++ branches/soc-2010-rohith291991/source/blender/modifiers/CMakeLists.txt	2010-06-15 07:17:06 UTC (rev 29460)
@@ -37,6 +37,7 @@
 	../../../intern/decimation/extern
 	../../../intern/elbeem/extern
 	../../../intern/bsp/extern
+	../../../intern/comiso/extern
 	${ZLIB_INC}
 )
 

Modified: branches/soc-2010-rohith291991/source/creator/CMakeLists.txt
===================================================================
--- branches/soc-2010-rohith291991/source/creator/CMakeLists.txt	2010-06-15 02:24:32 UTC (rev 29459)
+++ branches/soc-2010-rohith291991/source/creator/CMakeLists.txt	2010-06-15 07:17:06 UTC (rev 29460)
@@ -462,6 +462,7 @@
 		bf_blenfont
 		bf_audaspace
 		bf_decimation
+		bf_comiso
 
 	)
 





More information about the Bf-blender-cvs mailing list