Modify the CMakeLists.txt file to add the Ray files

This commit is contained in:
Daniel Chappuis 2014-07-13 18:15:16 -07:00
parent 046754c93d
commit e18a6f4af7

View File

@ -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"