blender/build_files/cmake
Mike Erwin 4452bea2f1 move Gawain library to intern
Before now it lived in source/blender/gpu for convenience. Only a few files in the gpu module use Gawain directly.

Tested on Mac, time to push and test on Windows.

Todo: some CMake magic to make it easy to
#include "gawain/some_header.h"
from any C or H file. Main problem here is the many editors that include GPU_immediate.h which includes Gawain's immediate.h -- is there a way to avoid changing every editor's CMakeLists?
2017-03-16 23:32:35 -04:00
..
config CMake: Fix copy-paste error 2016-09-22 11:01:37 +02:00
example_scripts Cleanup: pep8 2016-07-30 18:17:11 +10:00
Modules [Cycles/MSVC/Testing] Fix broken test code. 2017-01-25 09:37:19 -07:00
platform set required MacOS version to 10.9 2017-03-16 15:02:55 -04:00
buildinfo.cmake Cleanup: code style & cmake 2017-03-12 02:47:53 +11:00
clang_array_check.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_consistency_check_config.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_consistency_check.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_netbeans_project.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_qtcreator_project.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_static_check_clang_array.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_static_check_cppcheck.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_static_check_smatch.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_static_check_sparse.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
cmake_static_check_splint.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
macros.cmake move Gawain library to intern 2017-03-16 23:32:35 -04:00
packaging.cmake Cleanup: code style & cmake 2017-03-12 02:47:53 +11:00
project_info.py Cleanup: unused vars, imports, pep8 2016-08-01 11:55:06 +10:00
project_source_info.py Cleanup: pep8 2016-07-30 18:17:11 +10:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00