From 1ce7e49df57c912ade8331458f957b326f0e96b9 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 15 Nov 2018 08:18:30 -0800 Subject: [PATCH] Update CMakeLists; --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2595cbc..ada9fea1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,6 +333,7 @@ set(LOVR_SRC src/util.c src/luax.c src/api/lovr.c + src/lib/math.c src/lib/map/map.c src/lib/vec/vec.c src/lib/sds/sds.c @@ -479,13 +480,10 @@ endif() if(LOVR_ENABLE_MATH) add_definitions(-DLOVR_ENABLE_MATH) target_sources(lovr PRIVATE - 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