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:
authorJacques Lucke <mail@jlucke.com>2019-04-15 11:24:47 +0300
committerJacques Lucke <mail@jlucke.com>2019-04-15 11:24:47 +0300
commita628f1842b216254a07b8f12eed4eba9c13f0a32 (patch)
tree83c5f02202bd192d0ad0c307737aa22a72f8b60d /source/blender/modifiers/CMakeLists.txt
parent158425fc61cebb41739aed614caa9599dd107eec (diff)
parentefd319f543e3d38867cdd133ea8b4ceecbcdf822 (diff)
Merge branch 'master' into functions
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index e9b596c3890..8f87388f76a 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -111,6 +111,9 @@ set(SRC
intern/MOD_weightvg_util.h
)
+set(LIB
+)
+
if(WITH_ALEMBIC)
add_definitions(-DWITH_ALEMBIC)
list(APPEND INC
@@ -144,4 +147,4 @@ endif()
# So we can have special tricks in modifier system.
add_definitions(${GL_DEFINITIONS})
-blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}")
+blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")