

add_executable(font src/main.cpp)
target_link_libraries(font PUBLIC 
    sfml-system 
    sfml-window 
    sfml-graphics 
    fmt::fmt
    nlohmann_json::nlohmann_json
)