initial work on linker

This commit is contained in:
georgemoralis 2023-05-23 07:48:25 +03:00
parent 76987fb932
commit a09e2eb65a
4 changed files with 68 additions and 1 deletions

View file

@ -26,7 +26,14 @@ add_executable(shadps4
src/Loader/Elf.cpp
src/Loader/Elf.h
src/GUI/ElfViewer.cpp
src/GUI/ElfViewer.h "src/Util/Log.h" "src/Util/Log.cpp" "src/Core/Memory.cpp" "src/Core/Memory.h")
src/GUI/ElfViewer.h
src/Util/Log.h
src/Util/Log.cpp
src/Core/Memory.cpp
src/Core/Memory.h
src/Core/PS4/Linker.cpp
src/Core/PS4/Linker.h
"src/Util/Singleton.h")
find_package(OpenGL REQUIRED)