mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-16 22:22:52 +00:00
7 lines
230 B
CMake
7 lines
230 B
CMake
![]() |
get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||
|
get_filename_component(_prefix "${_dir}/../../.." ABSOLUTE)
|
||
|
|
||
|
include("${_prefix}/lib/cmake/u8g2/u8g2-targets.cmake")
|
||
|
|
||
|
set(u8g2_INCLUDE_DIRS "${_prefix}/include/u8g2")
|