code cleanup:

- move object_iterators.c --> view3d_iterators. (ED_object.h had to include ED_view3d.h which isn't so nice)
- move projection functions from view3d_view.c --> view3d_project.c (view3d_view was becoming a mishmash of utility functions and operators).
- some some cmake includes as system-includes.
This commit is contained in:
Campbell Barton
2012-10-17 04:13:03 +00:00
parent fa06aab433
commit 536d9fec80
25 changed files with 619 additions and 540 deletions

View File

@@ -28,14 +28,14 @@
set(INC
.
../Eigen3
third_party/ssba
third_party/ldl/Include
../colamd/Include
third_party/ceres/include
)
set(INC_SYS
../Eigen3
third_party/ssba
third_party/ldl/Include
${PNG_INCLUDE_DIR}
${ZLIB_INCLUDE_DIRS}
)

View File

@@ -124,14 +124,14 @@ cat > CMakeLists.txt << EOF
set(INC
.
../Eigen3
third_party/ssba
third_party/ldl/Include
../colamd/Include
third_party/ceres/include
)
set(INC_SYS
../Eigen3
third_party/ssba
third_party/ldl/Include
\${PNG_INCLUDE_DIR}
\${ZLIB_INCLUDE_DIRS}
)

View File

@@ -117,13 +117,13 @@ cat > CMakeLists.txt << EOF
set(INC
.
../../../Eigen3
include
internal
../gflags
)
set(INC_SYS
../../../Eigen3
)
set(SRC