add: Basic Font Rendering
This commit is contained in:
10
fontConverter/CMakeLists.txt
Normal file
10
fontConverter/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
add_executable(font src/main.cpp)
|
||||
target_link_libraries(font PUBLIC
|
||||
sfml-system
|
||||
sfml-window
|
||||
sfml-graphics
|
||||
fmt::fmt
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
Reference in New Issue
Block a user