1 2# (Automatically converted from project Makefile by convert_to_cmake.py.) 3 4# The following lines of boilerplate have to be in your project's CMakeLists 5# in this exact order for cmake to work correctly 6cmake_minimum_required(VERSION 3.5) 7 8include($ENV{IDF_PATH}/tools/cmake/project.cmake) 9project(wifi_eap_fast) 10