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
common
|
@ -14,6 +14,7 @@ target_sources(common PRIVATE
|
||||||
EventSource.inl
|
EventSource.inl
|
||||||
SafeArray.inl
|
SafeArray.inl
|
||||||
Console.cpp
|
Console.cpp
|
||||||
|
CrashHandler.cpp
|
||||||
EventSource.cpp
|
EventSource.cpp
|
||||||
Exceptions.cpp
|
Exceptions.cpp
|
||||||
FastFormatString.cpp
|
FastFormatString.cpp
|
||||||
|
@ -65,6 +66,7 @@ target_sources(common PRIVATE
|
||||||
Assertions.h
|
Assertions.h
|
||||||
boost_spsc_queue.hpp
|
boost_spsc_queue.hpp
|
||||||
Console.h
|
Console.h
|
||||||
|
CrashHandler.h
|
||||||
Dependencies.h
|
Dependencies.h
|
||||||
EnumOps.h
|
EnumOps.h
|
||||||
EventSource.h
|
EventSource.h
|
||||||
|
|
Loading…
Reference in New Issue