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')
-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}")