add: Basic Font Rendering
This commit is contained in:
@@ -15,6 +15,7 @@ option(BUILD_EPD
|
||||
)
|
||||
|
||||
find_package(fmt CONFIG REQUIRED)
|
||||
find_package(nlohmann_json CONFIG REQUIRED)
|
||||
|
||||
option(BUILD_VIRTUAL_DISPLAY
|
||||
"Build virtual sfml based display"
|
||||
@@ -28,6 +29,7 @@ endif (BUILD_EPD)
|
||||
|
||||
if (BUILD_VIRTUAL_DISPLAY)
|
||||
find_package(SFML COMPONENTS system window graphics CONFIG REQUIRED)
|
||||
add_subdirectory(fontConverter)
|
||||
endif(BUILD_VIRTUAL_DISPLAY)
|
||||
|
||||
add_subdirectory(frame)
|
||||
|
||||
Reference in New Issue
Block a user