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-11-01 23:07:49 +0300
committerJan Kotas <jkotas@microsoft.com>2016-11-01 23:07:49 +0300
commite78f2c99fa3a317aef3d6ed51cbc9d4fdec0df24 (patch)
tree9ee0b7e2525cf3b8ed61fd1184f245eb419414f1 /src/Native/Runtime/CMakeLists.txt
parent0fc8eff01c5a010af50dd85ee47bc9d65e25bee1 (diff)
Rename ModuleManager to TypeManager
[tfs-changeset: 1636196]
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index 5197fd317..9238905d1 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -21,7 +21,7 @@ set(COMMON_RUNTIME_SOURCES
MathHelpers.cpp
MiscHelpers.cpp
module.cpp
- ModuleManager.cpp
+ TypeManager.cpp
ObjectLayout.cpp
OptionalFieldsRuntime.cpp
portable.cpp