mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 12:25:00 +00:00
cmake: Refactor library management
This commit is contained in:
parent
c126925dd9
commit
6e28ac711f
8 changed files with 69 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "gpu_memory.h"
|
||||
|
||||
#include <xxhash/xxh3.h>
|
||||
#include <xxh3.h>
|
||||
|
||||
#include "Emulator/Util/singleton.h"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "../virtual_memory.h"
|
||||
#include <Util/log.h>
|
||||
#include <fmt/core.h>
|
||||
#include "Zydis.h"
|
||||
#include <Zydis/Zydis.h>
|
||||
#include <Util/string_util.h>
|
||||
#include "Util/aerolib.h"
|
||||
#include "Loader/SymbolsResolver.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue