diff options
Diffstat (limited to 'crosscomponents.cmake')
-rw-r--r-- | crosscomponents.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crosscomponents.cmake b/crosscomponents.cmake new file mode 100644 index 0000000000..158173e307 --- /dev/null +++ b/crosscomponents.cmake @@ -0,0 +1,8 @@ +add_definitions(-DCROSS_COMPILE) + +set (CLR_CROSS_COMPONENTS_LIST + crossgen + mscordaccore + mscordbi + sos +) |