commit | 5dcc9b3b16cf6a27acf01bdf8a7d23ae2aff56e3 | [log] [tgz] |
---|---|---|
author | Damien George <damien@micropython.org> | Fri Apr 09 00:59:16 2021 +1000 |
committer | Damien George <damien@micropython.org> | Fri Apr 09 13:08:35 2021 +1000 |
tree | 991f3ef221f7f26d0fabcc5f2434a200e33e1619 | |
parent | 0fabda31de33b38c6858925d9195731deba6f54a [diff] [blame] |
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. Signed-off-by: Damien George <damien@micropython.org>
diff --git a/ports/esp32/main/CMakeLists.txt b/ports/esp32/main/CMakeLists.txt index 1f4bb31..2bfc095 100644 --- a/ports/esp32/main/CMakeLists.txt +++ b/ports/esp32/main/CMakeLists.txt
@@ -132,7 +132,7 @@ ${MICROPY_SOURCE_DRIVERS} ${MICROPY_SOURCE_PORT} INCLUDE_DIRS - ${MICROPY_DIR} + ${MICROPY_INC_CORE} ${MICROPY_INC_USERMOD} ${MICROPY_PORT_DIR} ${MICROPY_BOARD_DIR}