We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ba94f commit ecde0d6Copy full SHA for ecde0d6
src/micropython.cmake
@@ -83,4 +83,5 @@ endif()
83
target_link_libraries(usermod INTERFACE usermod_mp_camera)
84
85
# Gather target properties for MicroPython build system
86
+include(${MICROPY_DIR}/py/mkrules.cmake)
87
micropy_gather_target_properties(usermod_mp_camera)
0 commit comments