summaryrefslogtreecommitdiff
path: root/crosscomponents.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'crosscomponents.cmake')
-rw-r--r--crosscomponents.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/crosscomponents.cmake b/crosscomponents.cmake
index 96c477ee34..1e386dcbaf 100644
--- a/crosscomponents.cmake
+++ b/crosscomponents.cmake
@@ -8,8 +8,13 @@ set (CLR_CROSS_COMPONENTS_LIST
if(NOT CLR_CMAKE_PLATFORM_LINUX)
list (APPEND CLR_CROSS_COMPONENTS_LIST
+ mcs
mscordaccore
mscordbi
sos
+ superpmi
+ superpmi-shim-collector
+ superpmi-shim-counter
+ superpmi-shim-simple
)
endif()