6 lines
234 B
CMake
6 lines
234 B
CMake
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||
|
# project(acsdkSampleMetricRecorder LANGUAGES CXX)
|
||
|
|
||
|
# This library is provided for reference only. It is not used by any of the sample applications
|
||
|
# provided with the Alexa Device SDK.
|