Build the GC as part of its own CMake target (dotnet/coreclr#5932)
authorSean Gillespie <sean.william.g@gmail.com>
Thu, 23 Jun 2016 06:40:41 +0000 (23:40 -0700)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 23 Jun 2016 06:40:41 +0000 (08:40 +0200)
commit6ec7cd8b6748940583159d2503e76c7f543556f0
tree4943f82726cd210bc8827a9b7b6e92e41f90efde
parent881678e85eb19a243920367b0e4c878407f5487f
Build the GC as part of its own CMake target (dotnet/coreclr#5932)

Commit migrated from https://github.com/dotnet/coreclr/commit/0dbc3f62bd3ce5184cc27884e3239e3deae3cc9a
src/coreclr/src/CMakeLists.txt
src/coreclr/src/dlls/mscordac/CMakeLists.txt
src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/src/gc/CMakeLists.txt
src/coreclr/src/gc/dac/CMakeLists.txt [new file with mode: 0644]
src/coreclr/src/gc/env/common.h
src/coreclr/src/gc/wks/CMakeLists.txt [new file with mode: 0644]
src/coreclr/src/vm/CMakeLists.txt