mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 12:24:27 +02:00
9 lines
289 B
CMake
9 lines
289 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
# Update the below line to match the path to the ttn-esp32 library,
|
|
# e.g. list(APPEND EXTRA_COMPONENT_DIRS "/Users/me/Documents/ttn-esp32")
|
|
list(APPEND EXTRA_COMPONENT_DIRS "../..")
|
|
|
|
project(shutdown)
|