esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_l2cap_server/CMakeLists.txt

7 wiersze
240 B
CMake
Czysty Zwykły widok Historia

2022-04-21 07:54:45 +00:00
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
2022-04-21 07:54:45 +00:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(bt_l2cap_server)