Update CMakeLists;

This commit is contained in:
bjorn 2018-10-09 14:23:25 -07:00 committed by Bjorn Swenson
parent 2acf49fb34
commit 0f0485d9e8
1 changed files with 2 additions and 0 deletions

View File

@ -482,10 +482,12 @@ if(LOVR_ENABLE_MATH)
src/math/mat4.c
src/math/math.c
src/math/quat.c
src/math/curve.c
src/math/randomGenerator.c
src/math/transform.c
src/math/vec3.c
src/api/math.c
src/api/types/curve.c
src/api/types/randomGenerator.c
src/api/types/transform.c
src/lib/noise1234/noise1234.c