tornavis/source/creator
Campbell Barton 31c2e69d49 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.
2019-04-16 12:36:44 +02:00
..
CMakeLists.txt CMake: remove BLENDER_SORTED_LIBS 2019-04-16 12:36:44 +02:00
blender.map Fix T46799: Blender crashes when enumerating POCL devices 2015-11-27 14:48:26 +05:00
buildinfo.c doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
creator.c Cleanup: use STR_ELEM macro 2019-04-10 09:36:06 +02:00
creator_args.c Docs: group debug/disable args in --help output 2019-03-19 14:32:15 +11:00
creator_intern.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
creator_signals.c doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
osx_locals.map OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway. 2014-09-19 15:00:15 +02:00