diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/CMakeLists.txt | 6 | ||||
m--------- | externals/cubeb | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e51671cb8..4636761e5 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -54,3 +54,9 @@ endif() # Opus add_subdirectory(opus) target_include_directories(opus INTERFACE ./opus/include) + +# Cubeb +if(ENABLE_CUBEB) + set(BUILD_TESTS OFF CACHE BOOL "") + add_subdirectory(cubeb) +endif() diff --git a/externals/cubeb b/externals/cubeb new file mode 160000 +Subproject 12b78c0edfa40007e41dbdcd9dfe367fbb98d01 |