From 7ca6e4026c0c4e1d0fc3bcbdef22b3f3621ae69d Mon Sep 17 00:00:00 2001 From: bjorn Date: Sat, 9 Dec 2017 20:10:36 -0800 Subject: [PATCH] Update CMakeLists; --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07e41b9e..84c7b74d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,6 +220,7 @@ set(LOVR_SRC src/api/timer.c src/api/types/animator.c src/api/types/blob.c + src/api/types/canvas.c src/api/types/collider.c src/api/types/controller.c src/api/types/font.c @@ -241,6 +242,7 @@ set(LOVR_SRC src/filesystem/file.c src/filesystem/filesystem.c src/graphics/animator.c + src/graphics/canvas.c src/graphics/font.c src/graphics/graphics.c src/graphics/material.c