Blender Git Commit Log

Git Commits -> Revision 5498e7f

Revision 5498e7f by Campbell Barton (master)
April 16, 2019, 04:20 (GMT)
CMake: add library deps to CMakeLists.txt

Tested to work on Linux and macOS.

This will be enabled once all platforms are verified.

See D4684

Commit Details:

Full Hash: 5498e7f193e2399b8693ef17803f864103307b4b
Parent Commit: 813e470
Lines Changed: +331, -6

62 Modified Paths:

/extern/ceres/bundle.sh (+1, -1) (Diff)
/extern/ceres/CMakeLists.txt (+1, -1) (Diff)
/extern/glog/CMakeLists.txt (+1, -0) (Diff)
/intern/audaspace/CMakeLists.txt (+12, -0) (Diff)
/intern/cycles/blender/CMakeLists.txt (+7, -0) (Diff)
/intern/cycles/bvh/CMakeLists.txt (+1, -1) (Diff)
/intern/cycles/device/CMakeLists.txt (+10, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+3, -0) (Diff)
/intern/cycles/kernel/osl/CMakeLists.txt (+1, -1) (Diff)
/intern/cycles/render/CMakeLists.txt (+7, -0) (Diff)
/intern/ghost/CMakeLists.txt (+7, -0) (Diff)
/intern/libmv/bundle.sh (+2, -1) (Diff)
/intern/libmv/CMakeLists.txt (+2, -1) (Diff)
/source/blender/blenfont/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+44, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenloader/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blentranslation/CMakeLists.txt (+5, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+3, -0) (Diff)
/source/blender/draw/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/animation/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/armature/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/curve/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/gpencil/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/io/CMakeLists.txt (+8, -0) (Diff)
/source/blender/editors/mesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/object/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/physics/CMakeLists.txt (+11, -0) (Diff)
/source/blender/editors/scene/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/screen/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/sound/CMakeLists.txt (+5, -0) (Diff)
/source/blender/editors/space_action/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_api/CMakeLists.txt (+20, -0) (Diff)
/source/blender/editors/space_clip/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_console/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_graph/CMakeLists.txt (+5, -0) (Diff)
/source/blender/editors/space_image/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_nla/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_statusbar/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_text/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/transform/CMakeLists.txt (+6, -0) (Diff)
/source/blender/editors/undo/CMakeLists.txt (+7, -0) (Diff)
/source/blender/freestyle/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/ikplugin/CMakeLists.txt (+6, -0) (Diff)
/source/blender/imbuf/CMakeLists.txt (+20, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+17, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+11, -0) (Diff)
/source/blender/python/bmesh/CMakeLists.txt (+3, -0) (Diff)
/source/blender/python/generic/CMakeLists.txt (+1, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+3, -0) (Diff)
/source/blender/python/mathutils/CMakeLists.txt (+2, -0) (Diff)
/source/blender/render/CMakeLists.txt (+6, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+4, -0) (Diff)
/source/creator/CMakeLists.txt (+25, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021