Cleanup: sort header, cmake paths

This commit is contained in:
2020-07-14 16:04:18 +10:00
parent 93e14e5935
commit 0fb08b7cc4
9 changed files with 11 additions and 11 deletions

View File

@@ -53,9 +53,9 @@
# include "BLI_string_utf8.h" # include "BLI_string_utf8.h"
# include "BLI_winstuff.h" # include "BLI_winstuff.h"
# include "utfconv.h" # include "utfconv.h"
# include <ShObjIdl.h>
# include <direct.h> # include <direct.h>
# include <io.h> # include <io.h>
# include <ShObjIdl.h>
# include <stdbool.h> # include <stdbool.h>
#else #else
# include <pwd.h> # include <pwd.h>

View File

@@ -63,8 +63,8 @@ set(SRC
BLO_blend_defs.h BLO_blend_defs.h
BLO_blend_validate.h BLO_blend_validate.h
BLO_readfile.h
BLO_read_write.h BLO_read_write.h
BLO_readfile.h
BLO_undofile.h BLO_undofile.h
BLO_writefile.h BLO_writefile.h
intern/readfile.h intern/readfile.h

View File

@@ -117,9 +117,9 @@ set(SRC
intern/bmesh_private.h intern/bmesh_private.h
intern/bmesh_query.c intern/bmesh_query.c
intern/bmesh_query.h intern/bmesh_query.h
intern/bmesh_query_inline.h
intern/bmesh_query_uv.c intern/bmesh_query_uv.c
intern/bmesh_query_uv.h intern/bmesh_query_uv.h
intern/bmesh_query_inline.h
intern/bmesh_structure.c intern/bmesh_structure.c
intern/bmesh_structure.h intern/bmesh_structure.h
intern/bmesh_structure_inline.h intern/bmesh_structure_inline.h

View File

@@ -42,7 +42,6 @@ set(INC_SYS
) )
set(SRC set(SRC
intern/MOD_gpencil_util.h
intern/MOD_gpencil_ui_common.c intern/MOD_gpencil_ui_common.c
intern/MOD_gpencil_util.c intern/MOD_gpencil_util.c
@@ -65,8 +64,9 @@ set(SRC
intern/MOD_gpenciltime.c intern/MOD_gpenciltime.c
intern/MOD_gpenciltint.c intern/MOD_gpenciltint.c
intern/MOD_gpencil_ui_common.h
MOD_gpencil_modifiertypes.h MOD_gpencil_modifiertypes.h
intern/MOD_gpencil_ui_common.h
intern/MOD_gpencil_util.h
) )
set(LIB set(LIB

View File

@@ -63,8 +63,8 @@ set(SRC
exporter/abc_writer_camera.cc exporter/abc_writer_camera.cc
exporter/abc_writer_curves.cc exporter/abc_writer_curves.cc
exporter/abc_writer_hair.cc exporter/abc_writer_hair.cc
exporter/abc_writer_mesh.cc
exporter/abc_writer_mball.cc exporter/abc_writer_mball.cc
exporter/abc_writer_mesh.cc
exporter/abc_writer_nurbs.cc exporter/abc_writer_nurbs.cc
exporter/abc_writer_points.cc exporter/abc_writer_points.cc
exporter/abc_writer_transform.cc exporter/abc_writer_transform.cc
@@ -89,8 +89,8 @@ set(SRC
exporter/abc_writer_camera.h exporter/abc_writer_camera.h
exporter/abc_writer_curves.h exporter/abc_writer_curves.h
exporter/abc_writer_hair.h exporter/abc_writer_hair.h
exporter/abc_writer_mesh.h
exporter/abc_writer_mball.h exporter/abc_writer_mball.h
exporter/abc_writer_mesh.h
exporter/abc_writer_nurbs.h exporter/abc_writer_nurbs.h
exporter/abc_writer_points.h exporter/abc_writer_points.h
exporter/abc_writer_transform.h exporter/abc_writer_transform.h

View File

@@ -31,9 +31,9 @@ set(INC_SYS
set(SRC set(SRC
intern/abstract_hierarchy_iterator.cc intern/abstract_hierarchy_iterator.cc
intern/object_identifier.cc
intern/dupli_parent_finder.cc intern/dupli_parent_finder.cc
intern/dupli_persistent_id.cc intern/dupli_persistent_id.cc
intern/object_identifier.cc
IO_abstract_hierarchy_iterator.h IO_abstract_hierarchy_iterator.h
IO_dupli_persistent_id.hh IO_dupli_persistent_id.hh

View File

@@ -69,6 +69,7 @@ set(DEFSRC
rna_packedfile.c rna_packedfile.c
rna_palette.c rna_palette.c
rna_particle.c rna_particle.c
rna_pointcloud.c
rna_pose.c rna_pose.c
rna_render.c rna_render.c
rna_rigidbody.c rna_rigidbody.c
@@ -82,7 +83,6 @@ set(DEFSRC
rna_sound.c rna_sound.c
rna_space.c rna_space.c
rna_speaker.c rna_speaker.c
rna_pointcloud.c
rna_test.c rna_test.c
rna_text.c rna_text.c
rna_texture.c rna_texture.c

View File

@@ -23,9 +23,9 @@ set(INC
intern intern
../blenfont ../blenfont
../blenkernel ../blenkernel
../blentranslation
../blenlib ../blenlib
../blenloader ../blenloader
../blentranslation
../bmesh ../bmesh
../depsgraph ../depsgraph
../editors/include ../editors/include

View File

@@ -24,8 +24,8 @@ set(INC
intern intern
../blenfont ../blenfont
../blenkernel ../blenkernel
../blentranslation
../blenlib ../blenlib
../blentranslation
../bmesh ../bmesh
../depsgraph ../depsgraph
../editors/include ../editors/include