[CPPRT] Implement __std_terminate wrapper for Clang-CL

This commit is contained in:
Timo Kreuzer 2019-02-03 18:25:04 +01:00
parent 68abf035c6
commit cf5926c207
2 changed files with 15 additions and 0 deletions

View file

@ -8,6 +8,7 @@ include_directories(
list(APPEND SOURCE
ehvec.cpp
new_nothrow.cpp
terminate.cpp
typeinfo.cpp)
if(ARCH STREQUAL "i386")