mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-03-03 08:10:03 +00:00
orbis-kernel: fix linking (#35)
This commit is contained in:
parent
3137c6d83f
commit
36295c3244
@ -68,7 +68,7 @@ add_library(obj.orbis-kernel OBJECT
|
||||
src/utils/Logs.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(obj.orbis-kernel PUBLIC orbis::kernel::config obj.orbis-utils-ipc)
|
||||
target_link_libraries(obj.orbis-kernel PUBLIC orbis::kernel::config $<TARGET_OBJECTS:obj.orbis-utils-ipc>)
|
||||
|
||||
target_include_directories(obj.orbis-kernel
|
||||
PUBLIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user