5 lines
117 B
CMake
5 lines
117 B
CMake
|
cmake_minimum_required(VERSION 3.1)
|
||
|
|
||
|
add_subdirectory("acsdkBluetooth")
|
||
|
add_subdirectory("acsdkBluetoothInterfaces")
|