File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,38 +6,38 @@ project(tsd_core)
66project_add_library(STATIC )
77
88set (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
1717set (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
4343project_sources(PRIVATE ${TSD_CORE_CUDA_SOURCES} ${TSD_CORE_CXX_SOURCES} )
You can’t perform that action at this time.
0 commit comments