Skip to content

Commit 23767d8

Browse files
committed
lvgl api tool
1 parent 97aa7b1 commit 23767d8

File tree

14 files changed

+222357
-1
lines changed

14 files changed

+222357
-1
lines changed

packages/project-editor/flow/runtime/cpp/lvgl-runtime/v9.0/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ file(GLOB_RECURSE SOURCES
3131
../common/src/*.c
3232
)
3333

34-
add_executable(lvgl_runtime_v9.0 ${SOURCES})
34+
add_executable(lvgl_runtime_v9.0 ${SOURCES} ../stub_api.c)
3535

3636
set(CMAKE_EXECUTABLE_SUFFIX ".html")
3737

0 commit comments

Comments
 (0)