mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
update cmake
This commit is contained in:
11
lv_sim_linux/GUI/CMakeLists.txt
Normal file
11
lv_sim_linux/GUI/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# gui/CMakeLists.txt
|
||||
file(GLOB GUI_SOURCES
|
||||
"*.cpp"
|
||||
"*.c"
|
||||
"*.cxx"
|
||||
"*.cc"
|
||||
)
|
||||
|
||||
add_library(guilib STATIC ${GUI_SOURCES})
|
||||
|
||||
target_include_directories(guilib PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../lvgl)
|
||||
Reference in New Issue
Block a user