handled audio playback with aurora library
This commit is contained in:
parent
9b5198a6ce
commit
22323b504f
13 changed files with 11711 additions and 41 deletions
|
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
|
|||
project(test)
|
||||
|
||||
find_package(CxxTest)
|
||||
cmake_policy(SET CMP0071 NEW)
|
||||
if(CXXTEST_FOUND)
|
||||
include_directories(${CXXTEST_INCLUDE_DIR})
|
||||
enable_testing()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue