mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
build: improve the Linux aspect of things (#75)
Improved, fixed and streamlined cmake files. Optionally use system libraries instead of vcpkg (-DENABLE_VCPKG=OFF)
This commit is contained in:
parent
0f24b0663e
commit
f51a51df3b
18 changed files with 368 additions and 96 deletions
|
@ -16,4 +16,6 @@ target_sources(CemuResource PRIVATE
|
|||
CafeDefaultFont.cpp
|
||||
)
|
||||
|
||||
target_include_directories(CemuResource PRIVATE ../)
|
||||
target_include_directories(CemuResource PUBLIC "../")
|
||||
|
||||
target_link_libraries(CemuResource PRIVATE CemuComponents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue