Blender Git Commit Log

Git Commits -> Revision 31c2e69

Revision 31c2e69 by Campbell Barton (master)
April 16, 2019, 10:36 (GMT)
CMake: remove BLENDER_SORTED_LIBS

Use CMake's target_link_libraries instead of manually maintaining
library dependencies in a single list.

In practice adding new libraries often ended up being guess-work,
now each library lists the libraries it uses.

This was used for the game player executable so libraries
could optionally link to stubs.

If we need this functionality it can be done using target-properties
as described in T46725.

Commit Details:

Full Hash: 31c2e69d49315717b522bca5a1fb48c05b1b86fa
Parent Commit: 616597e
Lines Changed: +18, -286

5 Modified Paths:

/build_files/cmake/macros.cmake (+2, -265) (Diff)
/intern/cycles/cmake/macros.cmake (+2, -4) (Diff)
/source/creator/CMakeLists.txt (+2, -10) (Diff)
/tests/gtests/alembic/CMakeLists.txt (+6, -1) (Diff)
/tests/gtests/bmesh/CMakeLists.txt (+6, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021