diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b2db33c..cc39d3c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,6 +130,8 @@ SET (REACTPHYSICS3D_SOURCES "src/mathematics/Vector2.h" "src/mathematics/Vector2.cpp" "src/mathematics/Vector3.h" + "src/mathematics/Ray.h" + "src/mathematics/Ray.cpp" "src/mathematics/Vector3.cpp" "src/memory/MemoryAllocator.h" "src/memory/MemoryAllocator.cpp"