mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
7 lines
134 B
Text
7 lines
134 B
Text
|
cmake_minimum_required(VERSION 3.25)
|
||
|
project(font_new)
|
||
|
|
||
|
set(CMAKE_CXX_STANDARD 17)
|
||
|
|
||
|
add_executable(font_new main.cpp font.cpp font.h)
|