2016-02-18 07:36:36 +00:00
|
|
|
if(WIN32)
|
|
|
|
set(PLAT_SRCS CLineRendererShadersHLSL.cpp)
|
|
|
|
elseif(APPLE)
|
|
|
|
set(PLAT_SRCS CLineRendererShadersMetal.cpp)
|
|
|
|
endif()
|
|
|
|
|
2016-03-07 03:12:32 +00:00
|
|
|
include_directories(${LIBJPEG_INCLUDE_DIR})
|
|
|
|
|
2015-08-18 05:54:43 +00:00
|
|
|
add_library(RuntimeCommonGraphics
|
2015-08-21 00:06:39 +00:00
|
|
|
IRenderer.hpp
|
|
|
|
CBooRenderer.hpp CBooRenderer.cpp
|
2016-02-18 02:42:32 +00:00
|
|
|
CLineRenderer.hpp CLineRenderer.cpp
|
|
|
|
CLineRendererShaders.hpp CLineRendererShadersGLSL.cpp
|
2015-08-21 00:06:39 +00:00
|
|
|
CMetroidModelInstance.hpp
|
2016-03-04 23:04:53 +00:00
|
|
|
CLight.hpp CLight.cpp
|
|
|
|
CTexture.hpp CTextureBoo.cpp
|
|
|
|
CModel.hpp CModelBoo.cpp
|
2016-03-07 03:12:32 +00:00
|
|
|
CMoviePlayer.hpp CMoviePlayer.cpp
|
2016-03-04 23:04:53 +00:00
|
|
|
CGraphics.hpp CGraphics.cpp
|
2016-02-18 07:36:36 +00:00
|
|
|
${PLAT_SRCS})
|