You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
372 B
12 lines
372 B
4 years ago
|
# 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)
|
||
|
|