Skip to content

Commit b9f3d58

Browse files
jeongseok-metafacebook-github-bot
authored andcommitted
Build TriBvh in CMake (#255)
Summary: Pull Request resolved: #255 Reviewed By: cdtwigg Differential Revision: D72270971 fbshipit-source-id: e1d4b4ce27526aecc9291293725eabeef66860ff
1 parent cdb0297 commit b9f3d58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

axel/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ set(headers
3030
axel/common/Constants.h
3131
axel/common/Types.h
3232
axel/common/VectorizationTypes.h
33+
axel/math/BoundingBoxUtils.h
3334
axel/math/PointTriangleProjection.h
3435
axel/math/PointTriangleProjectionDefinitions.h
3536
axel/math/RayTriangleIntersection.h
3637
axel/BoundingBox.h
3738
axel/Bvh.h
3839
axel/BvhBase.h
3940
axel/BvhCommon.h
41+
axel/Ray.h
4042
axel/SimdKdTree.h
43+
axel/TriBvh.h
4144
)
4245

4346
set(sources
@@ -46,6 +49,7 @@ set(sources
4649
axel/BoundingBox.cpp
4750
axel/Bvh.cpp
4851
axel/SimdKdTree.cpp
52+
axel/TriBvh.cpp
4953
)
5054

5155
target_sources(${target_name}

0 commit comments

Comments
 (0)