make tomato dpi aware (not dynamic) and fiddle around with fonts

This commit is contained in:
2024-06-12 19:37:07 +02:00
parent 4b99da5e4e
commit 2189c4c3cb
2 changed files with 60 additions and 12 deletions

View File

@ -44,7 +44,7 @@ endif()
add_compile_definitions(ENTT_API_EXPORT)
# external libs
add_subdirectory(./external) # before increasing warn levels, sad :(
add_subdirectory(./external EXCLUDE_FROM_ALL) # before increasing warn levels, sad :(
set(CMAKE_CXX_EXTENSIONS OFF)