Skip to content

Commit b21d1a2

Browse files
committed
Sort source files in tsd/src/tsd/core/CMakeLists
1 parent 5e02764 commit b21d1a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tsd/src/tsd/core/CMakeLists.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,38 @@ project(tsd_core)
66
project_add_library(STATIC)
77

88
set(TSD_CORE_CUDA_SOURCES
9-
algorithms/detail/computeScalarRange_fixed8.cpp
109
algorithms/detail/computeScalarRange_fixed16.cpp
11-
algorithms/detail/computeScalarRange_ufixed8.cpp
12-
algorithms/detail/computeScalarRange_ufixed16.cpp
10+
algorithms/detail/computeScalarRange_fixed8.cpp
1311
algorithms/detail/computeScalarRange_float32.cpp
1412
algorithms/detail/computeScalarRange_float64.cpp
13+
algorithms/detail/computeScalarRange_ufixed16.cpp
14+
algorithms/detail/computeScalarRange_ufixed8.cpp
1515
)
1616

1717
set(TSD_CORE_CXX_SOURCES
1818
algorithms/computeScalarRange.cpp
19+
AnariObjectCache.cpp
20+
ColorMapUtil.cpp
21+
DataStream.cpp
22+
Logging.cpp
23+
Parameter.cpp
1924
scene/Animation.cpp
2025
scene/AnyObjectUsePtr.cpp
2126
scene/Layer.cpp
2227
scene/Object.cpp
23-
scene/Scene.cpp
24-
scene/UpdateDelegate.cpp
2528
scene/objects/Array.cpp
2629
scene/objects/Camera.cpp
2730
scene/objects/Geometry.cpp
2831
scene/objects/Light.cpp
2932
scene/objects/Material.cpp
3033
scene/objects/Renderer.cpp
3134
scene/objects/Sampler.cpp
35+
scene/objects/SpatialField.cpp
3236
scene/objects/Surface.cpp
3337
scene/objects/Volume.cpp
34-
AnariObjectCache.cpp
35-
ColorMapUtil.cpp
36-
DataStream.cpp
37-
Logging.cpp
38-
Parameter.cpp
38+
scene/Scene.cpp
39+
scene/UpdateDelegate.cpp
3940
Token.cpp
40-
scene/objects/SpatialField.cpp
4141
)
4242

4343
project_sources(PRIVATE ${TSD_CORE_CUDA_SOURCES} ${TSD_CORE_CXX_SOURCES})

0 commit comments

Comments
 (0)