cmake: Build all examples in CI
Includes some fixes for compile errors/warnings in examples.
This commit is contained in:
committed by
Angus Gratton
parent
858b95a924
commit
381be65472
@@ -0,0 +1,10 @@
|
||||
# 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.5)
|
||||
|
||||
set(MAIN_SRCS
|
||||
main/example_ble_server_throughput.c
|
||||
)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(throughput_server_demo)
|
||||
Reference in New Issue
Block a user