mirror of https://github.com/PCSX2/pcsx2.git
build: Include CrashHandler.cpp in cmake. Fixes #5938.
This commit is contained in:
parent
a7288d8ad8
commit
38fa137cfd
|
@ -14,6 +14,7 @@ target_sources(common PRIVATE
|
|||
EventSource.inl
|
||||
SafeArray.inl
|
||||
Console.cpp
|
||||
CrashHandler.cpp
|
||||
EventSource.cpp
|
||||
Exceptions.cpp
|
||||
FastFormatString.cpp
|
||||
|
@ -65,6 +66,7 @@ target_sources(common PRIVATE
|
|||
Assertions.h
|
||||
boost_spsc_queue.hpp
|
||||
Console.h
|
||||
CrashHandler.h
|
||||
Dependencies.h
|
||||
EnumOps.h
|
||||
EventSource.h
|
||||
|
|
Loading…
Reference in New Issue