mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Bump version built on to 16.04, Update clang to 8, update Qt to 5.12.3
This commit is contained in:
parent
00bc3fe658
commit
f1d474f932
3 changed files with 11 additions and 5 deletions
|
|
@ -11,6 +11,11 @@ target_link_libraries(rpcs3_emu
|
|||
PUBLIC
|
||||
3rdparty::libevdev)
|
||||
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(rpcs3_emu
|
||||
PUBLIC Threads::Threads)
|
||||
|
||||
# For stdafx.h
|
||||
target_include_directories(rpcs3_emu
|
||||
PUBLIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue