8000 ESP32 mkrules.cmake bugfix · wired8/lv_binding_micropython@f4a6818 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4a6818

Browse files
committed
ESP32 mkrules.cmake bugfix
Allow multiple input files for lv_bindings. This is required when a single Micropython bingings module provides an API which is described by more than one H file
1 parent f6bbc2f commit f4a6818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkrules.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ set(LV_BINDINGS_DIR ${MICROPY_DIR}/lib/lv_bindings)
88

99
function(lv_bindings)
1010
set(_options)
11-
set(_one_value_args OUTPUT INPUT)
12-
set(_multi_value_args DEPENDS PP_OPTIONS GEN_OPTIONS FILTER)
11+
set(_one_value_args OUTPUT)
12+
set(_multi_value_args INPUT DEPENDS PP_OPTIONS GEN_OPTIONS FILTER)
1313
cmake_parse_arguments(
< 41D2 /td>
1414
PARSE_ARGV 0 LV
1515
"${_options}"

0 commit comments

Comments
 (0)
0