Jenkins integration - Migrate to CMake

This commit is contained in:
Sebastien
2019-09-02 17:09:38 -04:00
parent 4e8abb2954
commit 07873a7710
10 changed files with 69 additions and 88 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(squeezelite-esp32)