Dawn/src/dawn/display/font/CMakeLists.txt
2023-06-09 09:04:45 -07:00

16 lines
329 B
CMake

# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
FontManager.cpp
BitmapFont.cpp
ExampleFont.cpp
TrueTypeFont.cpp
FontMeasure.cpp
)
add_subdirectory(truetype)