mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
11 lines
186 B
Text
11 lines
186 B
Text
|
|
add_library(kernel INTERFACE)
|
||
|
|
target_include_directories(kernel INTERFACE include)
|
||
|
|
|
||
|
|
if (WITH_PS3)
|
||
|
|
add_subdirectory(cellos)
|
||
|
|
endif()
|
||
|
|
|
||
|
|
if (WITH_PS4)
|
||
|
|
add_subdirectory(orbis)
|
||
|
|
endif()
|