Commit cb51e300 authored by TheNumbat's avatar TheNumbat
Browse files

rename spline.cpp to spline.inl

parent a9cca557
......@@ -108,6 +108,7 @@ if(SCOTTY3D_BUILD_REF)
"src/reference/bsdf.cpp"
"src/reference/bbox.cpp"
"src/reference/bvh.inl"
"src/reference/spline.inl"
"src/reference/skeleton.cpp"
"src/reference/env_light.cpp"
"src/reference/tri_mesh.cpp")
......@@ -123,6 +124,7 @@ else()
"src/student/debug.h"
"src/student/debug.cpp"
"src/student/bvh.inl"
"src/student/spline.inl"
"src/student/env_light.cpp"
"src/student/skeleton.cpp"
"src/student/tri_mesh.cpp")
......
......@@ -187,7 +187,7 @@ private:
};
#ifdef SCOTTY3D_BUILD_REF
#include "../reference/spline.cpp"
#include "../reference/spline.inl"
#else
#include "../student/spline.cpp"
#include "../student/spline.inl"
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment