summaryrefslogtreecommitdiffstatshomepage
path: root/examples/usercmodule/micropython.cmake
blob: ad88d77806c4e21b3cfa91a21c6cff88933bb300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# This top-level micropython.cmake is responsible for listing
# the individual modules we want to include.
# Paths are absolute, and ${CMAKE_CURRENT_LIST_DIR} can be
# used to prefix subdirectories.

# Add the C example.
include(${CMAKE_CURRENT_LIST_DIR}/cexample/micropython.cmake)

# Add the CPP example.
include(${CMAKE_CURRENT_LIST_DIR}/cppexample/micropython.cmake)