mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
initial work on loggin class
This commit is contained in:
parent
08f8da2fea
commit
81ca77a464
4 changed files with 56 additions and 2 deletions
|
@ -26,7 +26,7 @@ add_executable(shadps4
|
|||
src/Loader/Elf.cpp
|
||||
src/Loader/Elf.h
|
||||
src/GUI/ElfViewer.cpp
|
||||
src/GUI/ElfViewer.h)
|
||||
src/GUI/ElfViewer.h "src/Util/Log.h" "src/Util/Log.cpp")
|
||||
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue