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