Cleanup: add missing header to CMake, sort file lists
This commit is contained in:
@@ -382,6 +382,7 @@ set(SRC
|
||||
BLI_voronoi_2d.h
|
||||
BLI_voxel.h
|
||||
BLI_winstuff.h
|
||||
BLI_winstuff_com.hh
|
||||
PIL_time.h
|
||||
PIL_time_utildefines.h
|
||||
|
||||
|
||||
@@ -345,8 +345,6 @@ if(WITH_COMPOSITOR_CPU)
|
||||
operations/COM_GaussianXBlurOperation.h
|
||||
operations/COM_GaussianYBlurOperation.cc
|
||||
operations/COM_GaussianYBlurOperation.h
|
||||
operations/COM_SummedAreaTableOperation.h
|
||||
operations/COM_SummedAreaTableOperation.cc
|
||||
operations/COM_KuwaharaAnisotropicOperation.cc
|
||||
operations/COM_KuwaharaAnisotropicOperation.h
|
||||
operations/COM_KuwaharaAnisotropicStructureTensorOperation.cc
|
||||
@@ -361,6 +359,8 @@ if(WITH_COMPOSITOR_CPU)
|
||||
operations/COM_PosterizeOperation.h
|
||||
operations/COM_SMAAOperation.cc
|
||||
operations/COM_SMAAOperation.h
|
||||
operations/COM_SummedAreaTableOperation.cc
|
||||
operations/COM_SummedAreaTableOperation.h
|
||||
operations/COM_VariableSizeBokehBlurOperation.cc
|
||||
operations/COM_VariableSizeBokehBlurOperation.h
|
||||
|
||||
@@ -666,8 +666,8 @@ if(WITH_COMPOSITOR_CPU)
|
||||
tests/COM_BufferArea_test.cc
|
||||
tests/COM_BufferRange_test.cc
|
||||
tests/COM_BuffersIterator_test.cc
|
||||
tests/COM_NodeOperation_test.cc
|
||||
tests/COM_ComputeSummedAreaTableOperation_test.cc
|
||||
tests/COM_NodeOperation_test.cc
|
||||
)
|
||||
set(TEST_INC
|
||||
)
|
||||
|
||||
@@ -230,9 +230,9 @@ set(SRC
|
||||
DRW_engine.h
|
||||
DRW_pbvh.hh
|
||||
DRW_select_buffer.hh
|
||||
intern/attribute_convert.hh
|
||||
intern/DRW_gpu_wrapper.hh
|
||||
intern/DRW_render.h
|
||||
intern/attribute_convert.hh
|
||||
intern/draw_attributes.hh
|
||||
intern/draw_cache.h
|
||||
intern/draw_cache_extract.hh
|
||||
|
||||
Reference in New Issue
Block a user