Cleanup: sort CMake include paths

This commit is contained in:
Campbell Barton
2019-04-24 14:39:31 +10:00
parent 1b839e85e1
commit 2753959ed7
57 changed files with 96 additions and 96 deletions

View File

@@ -22,18 +22,18 @@ setup_libdirs()
blender_include_dirs(
../../intern/clog
../../intern/guardedalloc
../../intern/glew-mx
../blender/blenlib
../../intern/guardedalloc
../blender/blenkernel
../blender/blenlib
../blender/blenloader
../blender/depsgraph
../blender/editors/include
../blender/makesrna
../blender/imbuf
../blender/makesrna
../blender/render/extern/include
../blender/makesdna
../blender/gpu
../blender/makesdna
../blender/windowmanager
)