mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-23 16:15:09 +01:00
cmake: use ALSA imported target
This commit is contained in:
parent
21d67947dd
commit
35114e3c0c
|
|
@ -1,5 +1,6 @@
|
|||
find_package(libunwind REQUIRED)
|
||||
find_package(sox REQUIRED)
|
||||
find_package(ALSA REQUIRED)
|
||||
|
||||
add_library(standalone-config INTERFACE)
|
||||
target_include_directories(standalone-config INTERFACE orbis-kernel-config)
|
||||
|
|
@ -69,7 +70,7 @@ add_executable(rpcsx-os
|
|||
)
|
||||
|
||||
target_include_directories(rpcsx-os PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_libraries(rpcsx-os PUBLIC orbis::kernel amdgpu::bridge rx libcrypto libunwind::unwind-x86_64 xbyak::xbyak sox::sox asound)
|
||||
target_link_libraries(rpcsx-os PUBLIC orbis::kernel amdgpu::bridge rx libcrypto libunwind::unwind-x86_64 xbyak::xbyak sox::sox ALSA::ALSA)
|
||||
target_base_address(rpcsx-os 0x0000010000000000)
|
||||
target_compile_options(rpcsx-os PRIVATE "-mfsgsbase")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue