aboutsummaryrefslogtreecommitdiff
path: root/src/font/CMakeLists.txt
blob: 46336ef4e19b11c1a881699262f83671c3154f0c (plain) (blame)
1
2
3
add_library(font "src/font.c")
target_include_directories(font PUBLIC "inc")
target_link_libraries(font PUBLIC container PRIVATE gfx)