Fix CMakeLists.txt after animator removed

This commit is contained in:
mcc 2019-07-11 16:15:45 -04:00 committed by Bjorn
parent 8e2775ef6d
commit 6f45b90044
1 changed files with 0 additions and 2 deletions

View File

@ -415,7 +415,6 @@ endif()
if(LOVR_ENABLE_GRAPHICS)
add_definitions(-DLOVR_ENABLE_GRAPHICS)
target_sources(lovr PRIVATE
src/modules/graphics/animator.c
src/modules/graphics/buffer.c
src/modules/graphics/canvas.c
src/modules/graphics/font.c
@ -427,7 +426,6 @@ if(LOVR_ENABLE_GRAPHICS)
src/modules/graphics/shader.c
src/modules/graphics/texture.c
src/api/l_graphics.c
src/api/l_animator.c
src/api/l_canvas.c
src/api/l_font.c
src/api/l_material.c