Text Rendering
This commit is contained in:
@ -8,11 +8,13 @@ set(SRC_FILES
|
||||
"Src/Imp/CPP/Physics.cpp"
|
||||
"Src/Imp/CPP/InternalEngine.cpp"
|
||||
|
||||
"Src/Imp/CPP/FontManager.cpp"
|
||||
"Src/Imp/CPP/InputManager.cpp"
|
||||
"Src/Imp/CPP/ResourceManager.cpp"
|
||||
"Src/Imp/CPP/SceneManager.cpp"
|
||||
"Src/Imp/CPP/EventManager.cpp"
|
||||
"Src/Imp/CPP/WorldManager.cpp"
|
||||
"Src/Imp/CPP/AudioManager.cpp"
|
||||
"Src/Imp/CPP/ResourceManager.cpp"
|
||||
|
||||
"Src/Imp/CPP/Renderer/DebugDraw.cpp"
|
||||
"Src/Imp/CPP/Renderer/Pipeline.cpp"
|
||||
@ -24,7 +26,17 @@ set(SRC_FILES
|
||||
"Src/Imp/CPP/Nodes/SpriteNode.cpp"
|
||||
"Src/Imp/CPP/Nodes/TextureNode.cpp"
|
||||
"Src/Imp/CPP/Nodes/TileMapNode.cpp"
|
||||
|
||||
"Src/Imp/CPP/Nodes/UINode.cpp"
|
||||
"Src/Imp/CPP/Nodes/UILabelNode.cpp"
|
||||
"Src/Imp/CPP/Nodes/UITextNode.cpp"
|
||||
"Src/Imp/CPP/Nodes/UIImageNode.cpp"
|
||||
"Src/Imp/CPP/Nodes/UIButtonNode.cpp"
|
||||
|
||||
"Src/Imp/CPP/Components/UILabelComponent.cpp"
|
||||
"Src/Imp/CPP/Components/UITextComponent.cpp"
|
||||
"Src/Imp/CPP/Components/UIImageComponent.cpp"
|
||||
"Src/Imp/CPP/Components/UIButtonComponent.cpp"
|
||||
"Src/Imp/CPP/Components/CameraComponent.cpp"
|
||||
"Src/Imp/CPP/Components/PhysicsComponent.cpp"
|
||||
"Src/Imp/CPP/Components/SpriteComponent.cpp"
|
||||
@ -51,4 +63,4 @@ target_include_directories(IAEngine PUBLIC Src/Inc)
|
||||
target_include_directories(IAEngine PRIVATE Src/Imp/HPP)
|
||||
|
||||
target_link_libraries(IAEngine PUBLIC IACore)
|
||||
target_link_libraries(IAEngine PRIVATE ZLIB::ZLIBSTATIC SDL3::SDL3 SDL3_mixer::SDL3_mixer RmlUi::RmlUi STB)
|
||||
target_link_libraries(IAEngine PRIVATE ZLIB::ZLIBSTATIC SDL3::SDL3 SDL3_mixer::SDL3_mixer RmlUi::RmlUi STB Freetype::Freetype)
|
||||
|
||||
Reference in New Issue
Block a user