v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
35
source/rendering/CMakeLists.txt
Normal file
35
source/rendering/CMakeLists.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
INCLUDE_DIRECTORIES (
|
||||
${STAR_EXTERN_INCLUDES}
|
||||
${STAR_CORE_INCLUDES}
|
||||
${STAR_BASE_INCLUDES}
|
||||
${STAR_GAME_INCLUDES}
|
||||
${STAR_PLATFORM_INCLUDES}
|
||||
${STAR_APPLICATION_INCLUDES}
|
||||
${STAR_RENDERING_INCLUDES}
|
||||
)
|
||||
|
||||
SET (star_rendering_HEADERS
|
||||
StarAnchorTypes.hpp
|
||||
StarAssetTextureGroup.hpp
|
||||
StarDrawablePainter.hpp
|
||||
StarEnvironmentPainter.hpp
|
||||
StarFontTextureGroup.hpp
|
||||
StarTextPainter.hpp
|
||||
StarTilePainter.hpp
|
||||
StarWorldCamera.hpp
|
||||
StarWorldPainter.hpp
|
||||
)
|
||||
|
||||
SET (star_rendering_SOURCES
|
||||
StarAnchorTypes.cpp
|
||||
StarAssetTextureGroup.cpp
|
||||
StarDrawablePainter.cpp
|
||||
StarEnvironmentPainter.cpp
|
||||
StarFontTextureGroup.cpp
|
||||
StarTextPainter.cpp
|
||||
StarTilePainter.cpp
|
||||
StarWorldCamera.cpp
|
||||
StarWorldPainter.cpp
|
||||
)
|
||||
|
||||
ADD_LIBRARY (star_rendering OBJECT ${star_rendering_SOURCES} ${star_rendering_HEADERS})
|
Loading…
Add table
Add a link
Reference in a new issue