[Bf-blender-cvs] [955dc9f9772] functions: add LIB to CMakeLists.txt

Jacques Lucke noreply at git.blender.org
Mon Apr 15 10:33:54 CEST 2019


Commit: 955dc9f9772d25a8f5b2237d43b5dd7ba0965ec4
Author: Jacques Lucke
Date:   Mon Apr 15 10:33:39 2019 +0200
Branches: functions
https://developer.blender.org/rB955dc9f9772d25a8f5b2237d43b5dd7ba0965ec4

add LIB to CMakeLists.txt

===================================================================

M	source/blender/functions/CMakeLists.txt

===================================================================

diff --git a/source/blender/functions/CMakeLists.txt b/source/blender/functions/CMakeLists.txt
index 5c9c550b00c..c9b8b21a315 100644
--- a/source/blender/functions/CMakeLists.txt
+++ b/source/blender/functions/CMakeLists.txt
@@ -138,4 +138,7 @@ set(SRC
 	frontends/data_flow_nodes/data_flow_nodes-c.cpp
 )
 
-blender_add_lib(bf_functions "${SRC}" "${INC}" "${INC_SYS}")
+set(LIB
+)
+
+blender_add_lib(bf_functions "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")



More information about the Bf-blender-cvs mailing list