From 5dcc9b3b16cf6a27acf01bdf8a7d23ae2aff56e3 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 9 Apr 2021 00:59:16 +1000 Subject: py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. Signed-off-by: Damien George --- py/py.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py') 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 -- cgit v1.2.3