Files
Frame/fontConverter/CMakeLists.txt
2022-03-05 02:37:08 +01:00

10 lines
171 B
CMake

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