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