From b5dc2a822331595f79b6ada42c8feff63ae0cc96 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Fri, 19 Oct 2018 13:03:37 -0700 Subject: Add support for IDispatch in CoreCLR Reduce some TypeInfo API cruft Throw exception on non-Windows ABIs for value types --- src/vm/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vm/CMakeLists.txt') diff --git a/src/vm/CMakeLists.txt b/src/vm/CMakeLists.txt index 54c73cce44..842fe31f0a 100644 --- a/src/vm/CMakeLists.txt +++ b/src/vm/CMakeLists.txt @@ -286,6 +286,7 @@ set(VM_SOURCES_WKS cachelinealloc.cpp callcounter.cpp callhelpers.cpp + callsiteinspect.cpp ceemain.cpp clrconfignative.cpp clrex.cpp @@ -402,6 +403,7 @@ set(VM_HEADERS_WKS cachelinealloc.h callcounter.h callhelpers.h + callsiteinspect.h ceemain.h clrconfignative.h clrex.h -- cgit v1.2.3