File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ target_link_libraries(usermod_lvgl INTERFACE lvgl_interface)
58
58
if (DEFINED LV_CONF_DIR)
59
59
target_include_directories (usermod INTERFACE ${LV_CONF_DIR} )
60
60
endif ()
61
- target_compile_options (usermod INTERFACE -DLV_CONF_PATH=${LV_CONF_PATH} )
61
+ target_compile_options (usermod INTERFACE -DLV_CONF_PATH=" ${LV_CONF_PATH} " )
62
62
target_link_libraries (usermod INTERFACE usermod_lvgl)
63
63
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function(lv_bindings)
38
38
OUTPUT
39
39
${LV_PP}
40
40
COMMAND
41
- ${CMAKE_C_COMPILER} -E -DPYCPARSER -DLV_CONF_PATH=${LV_CONF_PATH} ${LV_COMPILE_OPTIONS} ${LV_PP_OPTIONS} "${LV_CFLAGS} " -I ${LV_BINDINGS_DIR} /pycparser/utils/fake_libc_include ${MICROPY_CPP_FLAGS} ${LV_INPUT} > ${LV_PP}
41
+ ${CMAKE_C_COMPILER} -E -DPYCPARSER -DLV_CONF_PATH=" ${LV_CONF_PATH} " ${LV_COMPILE_OPTIONS} ${LV_PP_OPTIONS} "${LV_CFLAGS} " -I ${LV_BINDINGS_DIR} /pycparser/utils/fake_libc_include ${MICROPY_CPP_FLAGS} ${LV_INPUT} > ${LV_PP}
42
42
DEPENDS
43
43
${LV_INPUT}
44
44
${LV_DEPENDS}
@@ -89,7 +89,7 @@ function(lv_bindings)
89
89
OUTPUT
90
90
${LV_OUTPUT}
91
91
COMMAND
92
- ${Python3_EXECUTABLE} ${LV_BINDINGS_DIR} /gen/gen_mpy.py ${LV_GEN_OPTIONS} -DLV_CONF_PATH=${LV_CONF_PATH} -MD ${LV_MPY_METADATA} -E ${LV_PP_FILTERED} ${LV_INPUT} > ${LV_OUTPUT} || (rm -f ${LV_OUTPUT} && /bin/false )
92
+ ${Python3_EXECUTABLE} ${LV_BINDINGS_DIR} /gen/gen_mpy.py ${LV_GEN_OPTIONS} -DLV_CONF_PATH=" ${LV_CONF_PATH} " -MD ${LV_MPY_METADATA} -E ${LV_PP_FILTERED} ${LV_INPUT} > ${LV_OUTPUT} || (rm -f ${LV_OUTPUT} && /bin/false )
93
93
DEPENDS
94
94
${LV_BINDINGS_DIR} /gen/gen_mpy.py
95
95
${LV_PP_FILTERED}
You can’t perform that action at this time.
0 commit comments