add TextLayout,RenderableCreater.cpp/.h
This commit is contained in:
@@ -42,6 +42,11 @@ SET(SCENE_GRAPH_SOURCE RenderList.cpp
|
||||
#SceneFile.cpp
|
||||
)
|
||||
|
||||
SET(RENDERABLE_FILES ${ROOT_INCLUDE_PATH}/hgl/graph/RenderableCreater.h
|
||||
RenderableCreater.cpp)
|
||||
|
||||
SOURCE_GROUP("Renderable" FILES ${RENDERABLE_FILES})
|
||||
|
||||
file(GLOB FONT_HEADER ${ROOT_INCLUDE_PATH}/hgl/graph/font/*.*)
|
||||
|
||||
SET(FONT_SOURCE font/Font.cpp
|
||||
@@ -75,5 +80,7 @@ add_cm_library(ULRE.SceneGraph "ULRE" ${SCENE_GRAPH_HEADER}
|
||||
|
||||
${SG_VERTEX_SOURCE}
|
||||
|
||||
${RENDERABLE_FILES}
|
||||
|
||||
${FONT_HEADER}
|
||||
${FONT_SOURCE})
|
||||
|
Reference in New Issue
Block a user