mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-18 02:11:28 +00:00
13 lines
386 B
CMake
13 lines
386 B
CMake
|
# Cubeb
|
||
|
|
||
|
function(add_sanitizers ...)
|
||
|
endfunction(add_sanitizers)
|
||
|
|
||
|
set(BUILD_SHARED_LIBS FALSE CACHE BOOL "Don't build shared libs")
|
||
|
set(BUILD_TESTS FALSE CACHE BOOL "Don't build tests")
|
||
|
set(BUILD_RUST_LIBS FALSE CACHE BOOL "Don't build rust libs")
|
||
|
set(BUILD_TOOLS FALSE CACHE BOOL "Don't build tools")
|
||
|
|
||
|
add_subdirectory(cubeb EXCLUDE_FROM_ALL)
|
||
|
add_library(3rdparty::cubeb ALIAS cubeb)
|