avs-device-sdk/BluetoothImplementations/CMakeLists.txt

9 lines
194 B
CMake

cmake_minimum_required(VERSION 3.1)
project(BluetoothImplementations LANGUAGES CXX)
include("${AVS_CMAKE_BUILD}/BuildDefaults.cmake")
if(BLUETOOTH_BLUEZ)
add_subdirectory("BlueZ")
endif()