|
|
6fdfa97edb
|
CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_include_dirs(${OPENGL_INCLUDE_DIR})
Apparently this is needed for MSVC in some cases, reported by Tamito Kajiyama r33895.
|
2010-12-31 04:29:11 +00:00 |
|
|
|
5e382eb8e5
|
rename blenderlib to blender_add_lib
|
2010-12-22 23:09:30 +00:00 |
|
|
|
afacd18498
|
use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed.
|
2010-12-08 08:43:06 +00:00 |
|
|
|
e8397e6193
|
include headers in cmake source, added a script to check for consistency, reporting missing headers & C files.
this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too.
|
2010-11-29 04:35:56 +00:00 |
|
|
|
acc883da83
|
- move cmake file for python.
- move bpy_array.c to bpy_rna_array.c
- minor syntax changes
|
2010-11-17 07:22:20 +00:00 |
|