[Bf-blender-cvs] [1a6443cf393] temp-cmake-without-sorted-libs: Minor changes

Campbell Barton noreply at git.blender.org
Tue Apr 16 08:08:21 CEST 2019


Commit: 1a6443cf3933c0c8193c8f891687a1f9e53b79a5
Author: Campbell Barton
Date:   Tue Apr 16 08:08:13 2019 +0200
Branches: temp-cmake-without-sorted-libs
https://developer.blender.org/rB1a6443cf3933c0c8193c8f891687a1f9e53b79a5

Minor changes

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

M	source/blender/imbuf/CMakeLists.txt
M	source/creator/CMakeLists.txt

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

diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 17b78e3a320..a52c72f8ecd 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -82,6 +82,7 @@ set(SRC
 	# orphan include
 	../../../intern/ffmpeg/ffmpeg_compat.h
 )
+
 set(LIB
 	bf_blenkernel
 	bf_blenlib
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index e8401cdcc05..25de22a29f8 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -105,6 +105,9 @@ endif()
 
 if(WITH_BINRELOC)
 	blender_include_dirs(${BINRELOC_INCLUDE_DIRS})
+	list(APPEND LIB
+		extern_binreloc
+	)
 	add_definitions(-DWITH_BINRELOC)
 endif()



More information about the Bf-blender-cvs mailing list