Restored UI Label support

This commit is contained in:
2024-09-10 17:36:04 -05:00
parent ca240bc180
commit e5f3f69120
17 changed files with 420 additions and 10 deletions

View File

@ -9,6 +9,7 @@ if(DAWN_TARGET STREQUAL "linux-x64-glfw")
add_subdirectory(glad)
add_subdirectory(glfw)
add_subdirectory(libarchive)
add_subdirectory(freetype)
else()
message(FATAL_ERROR "Unknown target: ${DAWN_TARGET}")
endif()