cmake_minimum_required(VERSION 3.14)

add_subdirectory(libwifiutils)
if(HAS_WIFI)
	add_subdirectory(libwifi)
endif()
