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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/Runtime/Portable/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/Portable/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Native/Runtime/Portable/CMakeLists.txt b/src/Native/Runtime/Portable/CMakeLists.txt
index 21dbb7d7c..7de7ce9d0 100644
--- a/src/Native/Runtime/Portable/CMakeLists.txt
+++ b/src/Native/Runtime/Portable/CMakeLists.txt
@@ -1,6 +1,6 @@
project(PortableRuntime)
-# Portable version of the runtime is designed to be used with CppCodeGen only.
+# Portable version of the runtime is designed to be used with CppCodeGen or WASM.
# It should be written in pure C/C++, with no assembly code.
include_directories(..)
@@ -34,6 +34,7 @@ add_custom_command(
# Install the static Runtime library
install (TARGETS PortableRuntime DESTINATION sdk)
+
if(WIN32)
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/PortableRuntime.dir/$<CONFIG>/PortableRuntime.pdb DESTINATION sdk)
endif()