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 'intern/opennl/CMakeLists.txt')
-rw-r--r--intern/opennl/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/intern/opennl/CMakeLists.txt b/intern/opennl/CMakeLists.txt
index 900bad543ac..9960511eff9 100644
--- a/intern/opennl/CMakeLists.txt
+++ b/intern/opennl/CMakeLists.txt
@@ -62,6 +62,14 @@ SET(SRC
superlu/sutil.c
superlu/util.c
superlu/xerbla.c
+
+ extern/ONL_opennl.h
+ superlu/BLO_sys_types.h
+ superlu/Cnames.h
+ superlu/colamd.h
+ superlu/ssp_defs.h
+ superlu/supermatrix.h
+ superlu/util.h
)
BLENDERLIB(bf_intern_opennl "${SRC}" "${INC}")