build: Include CrashHandler.cpp in cmake. Fixes #5938.

This commit is contained in:
arcum42@gmail.com 2022-04-22 22:24:06 -07:00 committed by refractionpcsx2
parent a7288d8ad8
commit 38fa137cfd
1 changed files with 2 additions and 0 deletions

View File

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