From 94d169dc85abb9330d0fa50e59a3d1ebbb44f6a6 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 27 Dec 2016 21:33:19 -0400 Subject: [PATCH] Add missing files to CMakeLists --HG-- branch : minor --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2437a0683..66a9fdae6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -478,6 +478,8 @@ set(LOVE_SRC_MODULE_GRAPHICS_ROOT src/modules/graphics/StreamBuffer.h src/modules/graphics/Texture.cpp src/modules/graphics/Texture.h + src/modules/graphics/vertex.cpp + src/modules/graphics/vertex.h src/modules/graphics/Volatile.cpp src/modules/graphics/Volatile.h src/modules/graphics/wrap_Quad.cpp