mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-12-01 21:44:17 +01:00
Remove cubeb submodule
This commit is contained in:
parent
56d4f2d364
commit
1f1c710093
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -2,10 +2,6 @@
|
||||
path = dependencies/ZArchive
|
||||
url = https://github.com/Exzap/ZArchive
|
||||
shallow = true
|
||||
[submodule "dependencies/cubeb"]
|
||||
path = dependencies/cubeb
|
||||
url = https://github.com/mozilla/cubeb
|
||||
shallow = true
|
||||
[submodule "dependencies/vcpkg"]
|
||||
path = dependencies/vcpkg
|
||||
url = https://github.com/microsoft/vcpkg
|
||||
|
@ -123,16 +123,7 @@ if (ENABLE_WXWIDGETS)
|
||||
endif()
|
||||
|
||||
if (ENABLE_CUBEB)
|
||||
find_package(cubeb)
|
||||
if (NOT cubeb_FOUND)
|
||||
option(BUILD_TESTS "" OFF)
|
||||
option(BUILD_TOOLS "" OFF)
|
||||
option(BUNDLE_SPEEX "" OFF)
|
||||
set(USE_WINMM OFF CACHE BOOL "")
|
||||
add_subdirectory("dependencies/cubeb" EXCLUDE_FROM_ALL)
|
||||
set_property(TARGET cubeb PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
add_library(cubeb::cubeb ALIAS cubeb)
|
||||
endif()
|
||||
find_package(cubeb REQUIRED)
|
||||
add_compile_definitions("HAS_CUBEB=1")
|
||||
endif()
|
||||
|
||||
|
1
dependencies/cubeb
vendored
1
dependencies/cubeb
vendored
@ -1 +0,0 @@
|
||||
Subproject commit dc511c6b3597b6384d28949285b9289e009830ea
|
2
dependencies/vcpkg
vendored
2
dependencies/vcpkg
vendored
@ -1 +1 @@
|
||||
Subproject commit 1b0252ca70ca2244a711535462c7f981eb439e83
|
||||
Subproject commit a291bcad8093f9f17988fe66543aefd674812f0e
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cemu",
|
||||
"version-string": "1.0",
|
||||
"builtin-baseline": "1b0252ca70ca2244a711535462c7f981eb439e83",
|
||||
"builtin-baseline": "a291bcad8093f9f17988fe66543aefd674812f0e",
|
||||
"dependencies": [
|
||||
"imgui",
|
||||
"pugixml",
|
||||
@ -14,6 +14,7 @@
|
||||
},
|
||||
"rapidjson",
|
||||
"sdl2",
|
||||
"cubeb",
|
||||
"boost-tokenizer",
|
||||
"boost-container",
|
||||
"boost-program-options",
|
||||
|
Loading…
Reference in New Issue
Block a user