CMake: update source files

This commit is contained in:
Campbell Barton 2014-06-28 22:53:43 +10:00
parent 4c83fae16d
commit 8df6769040
6 changed files with 8 additions and 4 deletions

@ -113,6 +113,7 @@ set(SRC_GEOM_HEADERS
geom/geom.h
geom/geom_attribute.h
geom/geom_bvh.h
geom/geom_bvh_shadow.h
geom/geom_bvh_subsurface.h
geom/geom_bvh_traversal.h
geom/geom_curve.h

@ -164,6 +164,7 @@ set(SRC
BLI_sort.h
BLI_sort_utils.h
BLI_stack.h
BLI_stackdefines.h
BLI_strict_flags.h
BLI_string.h
BLI_string_cursor_utf8.h

@ -23,7 +23,7 @@
set(INC
.
../
..
../../../source/blender/blenlib
../../../intern/guardedalloc
)

@ -23,7 +23,7 @@
set(INC
.
../
..
../../../source/blender/blenlib
../../../source/blender/makesdna
../../../source/blender/bmesh

@ -23,7 +23,7 @@
set(INC
.
../
..
../../../intern/guardedalloc
)

@ -23,7 +23,7 @@
set(INC
.
../
..
../../../extern/libmv/third_party/gflags
../../../extern/gtest/include
)
@ -43,6 +43,8 @@ set(INC_SYS
set(SRC
testing_main.cc
testing.h
)
blender_add_lib(bf_testing_main "${SRC}" "${INC}" "${INC_SYS}")