summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-04-09 00:59:16 +1000
committerDamien George <damien@micropython.org>2021-04-09 13:08:35 +1000
commit5dcc9b3b16cf6a27acf01bdf8a7d23ae2aff56e3 (patch)
tree991f3ef221f7f26d0fabcc5f2434a200e33e1619 /py
parent0fabda31de33b38c6858925d9195731deba6f54a (diff)
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py')
-rw-r--r--py/py.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/py.cmake b/py/py.cmake
index be5deca25..2b5d437b5 100644
--- a/py/py.cmake
+++ b/py/py.cmake
@@ -2,6 +2,8 @@
set(MICROPY_PY_DIR "${MICROPY_DIR}/py")
+list(APPEND MICROPY_INC_CORE "${MICROPY_DIR}")
+
# All py/ source files
set(MICROPY_SOURCE_PY
${MICROPY_PY_DIR}/argcheck.c