mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced 2025-09-04 02:27:57 +00:00
9 lines
294 B
CMake
9 lines
294 B
CMake
# 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 Jumperless module
|
|
include(${CMAKE_CURRENT_LIST_DIR}/jumperless/micropython.cmake)
|
|
|