Bump version built on to 16.04, Update clang to 8, update Qt to 5.12.3

This commit is contained in:
Zion 2019-06-19 19:58:46 -07:00 committed by Ivan
parent 00bc3fe658
commit f1d474f932
3 changed files with 11 additions and 5 deletions

View file

@ -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