summaryrefslogtreecommitdiff
path: root/src/gcinfo
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-01-19 19:24:23 +0100
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-01-21 14:39:01 -0800
commit2c25d6ca44e3129ace57f6383260a42023a6d646 (patch)
treea6132b98d4c43b788eb8bdf34794e97d84bd724a /src/gcinfo
parentaae412433d6235b0a1c5f8f0301b2cc066857cc6 (diff)
downloadcoreclr-2c25d6ca44e3129ace57f6383260a42023a6d646.tar.gz
coreclr-2c25d6ca44e3129ace57f6383260a42023a6d646.tar.bz2
coreclr-2c25d6ca44e3129ace57f6383260a42023a6d646.zip
FIx the incremental build for Windows
Conflicts: build.cmd src/dlls/clretwrc/CMakeLists.txt Cleanup
Diffstat (limited to 'src/gcinfo')
-rw-r--r--src/gcinfo/crossgen/CMakeLists.txt2
-rw-r--r--src/gcinfo/lib/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gcinfo/crossgen/CMakeLists.txt b/src/gcinfo/crossgen/CMakeLists.txt
index ac04eaadf0..5e1652147f 100644
--- a/src/gcinfo/crossgen/CMakeLists.txt
+++ b/src/gcinfo/crossgen/CMakeLists.txt
@@ -1,6 +1,6 @@
include(${CLR_DIR}/crossgen.cmake)
-add_library(gcinfo_crossgen
+add_library_clr(gcinfo_crossgen
STATIC
${GCINFO_SOURCES}
)
diff --git a/src/gcinfo/lib/CMakeLists.txt b/src/gcinfo/lib/CMakeLists.txt
index 7e426ea3b6..ec44c2ba5f 100644
--- a/src/gcinfo/lib/CMakeLists.txt
+++ b/src/gcinfo/lib/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_library(gcinfo
+add_library_clr(gcinfo
STATIC
${GCINFO_SOURCES}
)