diff options
-rw-r--r-- | ports/esp32/main/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/esp32/main/CMakeLists.txt b/ports/esp32/main/CMakeLists.txt index 9fb48a904..bd25d76ee 100644 --- a/ports/esp32/main/CMakeLists.txt +++ b/ports/esp32/main/CMakeLists.txt @@ -5,6 +5,10 @@ get_filename_component(MICROPY_DIR ${PROJECT_DIR}/../.. ABSOLUTE) include(${MICROPY_DIR}/py/py.cmake) include(${MICROPY_DIR}/extmod/extmod.cmake) +set(MICROPY_QSTRDEFS_PORT + ${PROJECT_DIR}/qstrdefsport.h +) + set(MICROPY_SOURCE_EXTMOD_EXTRA ${MICROPY_DIR}/extmod/modonewire.c ) |