Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@microsoft.com>2020-06-18 06:43:50 +0300
committerGitHub <noreply@github.com>2020-06-18 06:43:50 +0300
commit129c19d7b4ccdbd4468d42f9d65341943f9e79ad (patch)
tree7bd7d605f1d3db23d2fb8d27ad6895ffeb0fe72a /src/coreclr/CMakeLists.txt
parent997539e7d397ff0f4813c2400a31e3c7295ee788 (diff)
Add libunwind to cross DAC (#37521)
* Libunwind v1.5-rc1-28-g9165d2a1 Pull upstream libunwind which supports building on Windows * Alignas and typos libunwind/libunwind#186 * Update libunwind-version.txt * Add libunwind to cross DAC * Colocate Unix/Windows compiler config * Unify Windows/Unix configure.cmake
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index e684f778d85..8ed459e8450 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -75,6 +75,10 @@ if(CLR_CMAKE_HOST_UNIX)
add_subdirectory(src/pal)
add_subdirectory(src/hosts)
+else(CLR_CMAKE_HOST_UNIX)
+ if(CLR_CMAKE_TARGET_UNIX)
+ add_subdirectory(src/pal/src/libunwind)
+ endif(CLR_CMAKE_TARGET_UNIX)
endif(CLR_CMAKE_HOST_UNIX)
# Add this subdir. We install the headers for the jit.