mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Added missed xbyak cmake
This commit is contained in:
parent
2ca090345a
commit
294feb5f9d
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ set(CMAKE_CXX_EXTENSIONS off)
|
|||
set(CMAKE_CXX_STANDARD 23)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_subdirectory(3rdparty/crypto)
|
||||
add_subdirectory(3rdparty/crypto EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(3rdparty/xbyak EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(orbis-kernel)
|
||||
add_subdirectory(rpcsx-os)
|
||||
add_subdirectory(rpcsx-gpu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue