blender/source/blenderplayer
Campbell Barton 103a515043 CMake: per-target CFLAG & CXXFLAG support
Applying cflags globally can be problematic especially with extern, intern libs.

Now flags from target named will be used when defined,
allowing for developers to define flags for modules they maintain.

Convention is CMAKE_CFLAGS_${UPPERCASE_TARGET_NAME}, (CXXFLAGS for C++).

eg: CMAKE_CFLAGS_BF_BLENDER, CMAKE_CFLAGS_MAKESDNA, CMAKE_CXXFLAGS_CYCLES_KERNEL

On Linux run `make help` for full list of names, MSVC shows these in the solution.
2016-07-14 19:17:34 +10:00
..
bad_level_call_stubs Fix bplayer (c) 2016-06-29 17:57:41 +02:00
CMakeLists.txt CMake: per-target CFLAG & CXXFLAG support 2016-07-14 19:17:34 +10:00