blender/intern/cycles/app
Sergey Sharybin e9596e5def Cycles: Post-reintegration tweaks to ensure things do compile
This commit contains all the tweaks which were missing in initial patch
re-integration from the standalone Cycles repository.

This commit also contains an utility cmake macro to help linking targets
with different libraries for release/debug builds, the name currently is

  target_link_libraries_decoupled

it gets a target and list of libraries and makes sure debug builds are
using libraries with "_d" suffix.

After all this changes it'll hopefully be easier to interchange patches
between blender and standalone repositories, because they're now quite
identical.
2015-01-01 01:31:08 +05:00
..
CMakeLists.txt Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
cycles_server.cpp Cycles: Add logging to OSL and CUDA initialization/compilation 2015-01-01 01:31:08 +05:00
cycles_standalone.cpp Cycles: Add logging to OSL and CUDA initialization/compilation 2015-01-01 01:31:08 +05:00
cycles_xml.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
cycles_xml.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
io_export_cycles_xml.py Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00