2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 23:47:43 +00:00

Fix bug from source consolidation refactor

This commit is contained in:
Jack Andersen
2016-05-09 17:05:14 -10:00
parent 44d8f1ddc3
commit 2b6f0ca269
3 changed files with 2 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ elseif(APPLE)
set(PLAT_SRCS CLineRendererShadersMetal.cpp CModelShadersMetal.cpp)
endif()
include_directories(${LIBJPEG_INCLUDE_DIR})
set(GRAPHICS_SOURCES
IRenderer.hpp
CBooRenderer.hpp CBooRenderer.cpp