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:
Diffstat (limited to 'extern/colamd/CMakeLists.txt')
-rw-r--r--extern/colamd/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/colamd/CMakeLists.txt b/extern/colamd/CMakeLists.txt
index 5b565518e4f..fe7a0441b29 100644
--- a/extern/colamd/CMakeLists.txt
+++ b/extern/colamd/CMakeLists.txt
@@ -1,3 +1,4 @@
+# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
@@ -23,7 +24,7 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- Include
+ ./Include
)
set(INC_SYS
@@ -34,8 +35,7 @@ set(SRC
Source/colamd.c
Source/colamd_global.c
- Include/colamd.h
- Include/UFconfig.h
+ Include//colamd.h
)
blender_add_lib(extern_colamd "${SRC}" "${INC}" "${INC_SYS}")