6 lines
139 B
CMake
6 lines
139 B
CMake
|
cmake_minimum_required(VERSION 3.1)
|
||
|
project(BluetoothImplementationsBlueZ LANGUAGES CXX)
|
||
|
|
||
|
add_subdirectory("src")
|
||
|
add_subdirectory("test")
|