mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-26 18:08:58 +02:00
fixup shit
This commit is contained in:
parent
a87f44d809
commit
9de03b5528
5 changed files with 16 additions and 27 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
|
@ -263,8 +263,10 @@ target_include_directories(tz PUBLIC ./tz)
|
|||
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
|
||||
target_include_directories(bc_decoder PUBLIC ./bc_decoder)
|
||||
|
||||
add_library(ps4sup ps4sup/emutls.c ps4sup/stub.cpp)
|
||||
target_include_directories(ps4sup PUBLIC ./ps4sup)
|
||||
if (PLATFORM_PS4)
|
||||
add_library(ps4sup ps4sup/emutls.c ps4sup/stub.cpp)
|
||||
target_include_directories(ps4sup PUBLIC ./ps4sup)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET RenderDoc::API)
|
||||
add_library(renderdoc INTERFACE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue