ttn-esp32/examples/hello_world/CMakeLists.txt
Manuel Bleichenbacher 62e829b0d3 Example for C
2021-07-27 23:01:04 +02:00

11 lines
341 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 "../..")
#add_definitions(-DLMIC_ENABLE_event_logging=1)
project(hello_world)