From f973f259c744d986aebe96464910f6c42858c227 Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 3 Aug 2018 18:39:04 -0700 Subject: [PATCH] Update CMakeLists; --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59b63f0d..f7abe053 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,6 +261,7 @@ set(LOVR_SRC src/api/types/randomGenerator.c src/api/types/rasterizer.c src/api/types/shader.c + src/api/types/shaderBlock.c src/api/types/shapes.c src/api/types/soundData.c src/api/types/source.c