Make only for ESP32

This commit is contained in:
weitianhua 2019-12-12 17:09:38 +08:00
parent 10e5f16974
commit d900971deb

View file

@ -2,5 +2,6 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(SUPPORTED_TARGETS esp32)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(hfp_hf)