cmake cleanup

This commit is contained in:
hathach
2021-04-19 13:30:04 +07:00
parent 27c4a7db8d
commit 59f0fa1e5e
18 changed files with 24 additions and 25 deletions

View File

@@ -10,6 +10,8 @@ get_filename_component(TOP "${TOP}" REALPATH)
# Check for -DFAMILY=
if(FAMILY MATCHES "^esp32s[2-3]")
cmake_minimum_required(VERSION 3.5)
include(${TOP}/hw/bsp/${FAMILY}/family.cmake)
project(${PROJECT})