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:
authorScott Mosier <smosier@microsoft.com>2015-12-08 22:17:41 +0300
committerScott Mosier <smosier@microsoft.com>2015-12-08 22:17:41 +0300
commit523fa3c0bdfb012a22328b809f880bc77bdfb49c (patch)
tree82947678a57446bd1d3f12af092734884b55facb /src/Native/Runtime/CMakeLists.txt
parentda10669d91c8387bfb8b40a8f57077deff379612 (diff)
parent7be6983a6510ef00de78f4c1c8bf884a89e7c82a (diff)
Merge pull request #497 from jkotas/gc-scan
Remove redundant code in gcrhscan.cpp
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 008031d93..3539719ec 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -40,6 +40,7 @@ set(COMMON_RUNTIME_SOURCES
../gc/gccommon.cpp
../gc/gceewks.cpp
../gc/gcwks.cpp
+ ../gc/gcscan.cpp
../gc/handletable.cpp
../gc/handletablecache.cpp
../gc/handletablecore.cpp