8 lines
182 B
CMake
8 lines
182 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
project(SpeakerManager LANGUAGES CXX)
|
||
|
|
||
|
include(../../build/BuildDefaults.cmake)
|
||
|
|
||
|
add_subdirectory("src")
|
||
|
acsdk_add_test_subdirectory_if_allowed()
|