mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Find packages and sane include dirs (#8)
This commit is contained in:
parent
ab21148562
commit
9aafaea7f0
4 changed files with 11 additions and 7 deletions
|
|
@ -68,11 +68,11 @@ add_library(obj.orbis-kernel OBJECT
|
|||
target_link_libraries(obj.orbis-kernel PUBLIC orbis::kernel::config)
|
||||
|
||||
target_include_directories(obj.orbis-kernel
|
||||
PUBLIC
|
||||
include
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
|
||||
PRIVATE
|
||||
include/orbis
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/orbis
|
||||
)
|
||||
|
||||
add_library(orbis-kernel STATIC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue