audio_core: add teakra and lle interface

This commit is contained in:
Weiyi Wang 2018-12-06 07:14:54 -05:00
parent eabc9727d8
commit 6d51d95d44
6 changed files with 55 additions and 8 deletions

View file

@ -51,6 +51,9 @@ add_subdirectory(soundtouch)
# The SoundTouch target doesn't export the necessary include paths as properties by default
target_include_directories(SoundTouch INTERFACE ./soundtouch/include)
# Teakra
add_subdirectory(teakra)
# Xbyak
if (ARCHITECTURE_x86_64)
# Defined before "dynarmic" above