Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-18 04:51:25 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-18 04:51:25 +0400
commit10f0f66560234a04aed3295c74fff20adacbc57f (patch)
treeab71d5b6cf00920c59f3c75209157cefe4f97894 /source/blender/freestyle/CMakeLists.txt
parent62751e0da01ff22c73d5ab712e58c7224df63753 (diff)
Another big code clean-up patch by Bastien Montagne (GPL headers, indentation,
spaces around operators, and so forth). Many thanks!
Diffstat (limited to 'source/blender/freestyle/CMakeLists.txt')
-rw-r--r--source/blender/freestyle/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index a32583a2d22..27fd9f5d98e 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -12,7 +12,7 @@
#
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# The Original Code is Copyright (C) 2006, Blender Foundation
# All rights reserved.
@@ -27,8 +27,7 @@ file(GLOB_RECURSE SRC *.cpp *.h)
set(INC
../blenkernel ../blenloader ../blenlib ../imbuf ../makesdna ../makesrna
- ../python ../python/intern
- ../render/extern/include ../render/intern/include
+ ../python ../python/intern ../render/extern/include ../render/intern/include
../../../extern/glew/include ../../../intern/guardedalloc ../freestyle
)