cmake_minimum_required(VERSION 3.1) project(BluetoothImplementationsBlueZ LANGUAGES CXX) add_subdirectory("src") add_subdirectory("test")