initial work on loggin class

This commit is contained in:
georgemoralis 2023-05-16 19:31:53 +03:00
parent 08f8da2fea
commit 81ca77a464
4 changed files with 56 additions and 2 deletions

View file

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