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:
authorJan Kotas <jkotas@microsoft.com>2016-09-01 23:09:18 +0300
committerJan Kotas <jkotas@microsoft.com>2016-09-01 23:09:18 +0300
commitd48162233ef8936fc6c9b9ad0565603fdbcbc2e0 (patch)
treea78312a5f056a2258a6a2f3333313579c776cedb /src/Native/Runtime/CMakeLists.txt
parent581f9d13f8e10c7e7f47b42542384cff7fabdca1 (diff)
Add missing file to CMakeLists.txt
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index 135d159f8..d22b76a88 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -15,6 +15,7 @@ set(COMMON_RUNTIME_SOURCES
gcrhenv.cpp
gcrhscan.cpp
GcStressControl.cpp
+ GenericUnification.cpp
HandleTableHelpers.cpp
MathHelpers.cpp
MiscHelpers.cpp