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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-25 17:41:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-25 17:41:43 +0400
commit8732ae3a0ba330ea7a4c74f14a11045084f31bf6 (patch)
tree8e8a2dbdb116cd64a61f23b351bef089357e29c1 /extern/colamd
parentf149e49dffaa9e932d71522fcb73c50d9613d787 (diff)
edits to cmake
Diffstat (limited to 'extern/colamd')
-rw-r--r--extern/colamd/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/extern/colamd/CMakeLists.txt b/extern/colamd/CMakeLists.txt
index 34389f5efd0..5b565518e4f 100644
--- a/extern/colamd/CMakeLists.txt
+++ b/extern/colamd/CMakeLists.txt
@@ -23,7 +23,7 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ./Include
+ Include
)
set(INC_SYS
@@ -34,7 +34,8 @@ set(SRC
Source/colamd.c
Source/colamd_global.c
- Include//colamd.h
+ Include/colamd.h
+ Include/UFconfig.h
)
blender_add_lib(extern_colamd "${SRC}" "${INC}" "${INC_SYS}")