py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2021-04-09 00:59:16 +10:00
parent 0fabda31de
commit 5dcc9b3b16
4 changed files with 5 additions and 3 deletions

View File

@@ -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