10 lines
171 B
CMake
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
|
|
) |