summaryrefslogtreecommitdiff
path: root/src/unwinder
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/unwinder
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/unwinder')
-rw-r--r--src/unwinder/dac/CMakeLists.txt2
-rw-r--r--src/unwinder/dac/hostwinamd64/CMakeLists.txt2
-rw-r--r--src/unwinder/wks/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/unwinder/dac/CMakeLists.txt b/src/unwinder/dac/CMakeLists.txt
index 55c9199c7e..561dbf2eaf 100644
--- a/src/unwinder/dac/CMakeLists.txt
+++ b/src/unwinder/dac/CMakeLists.txt
@@ -30,4 +30,4 @@ else()
clr_unknown_arch()
endif()
-add_library(unwinder_dac ${UNWINDER_SOURCES})
+add_library_clr(unwinder_dac ${UNWINDER_SOURCES})
diff --git a/src/unwinder/dac/hostwinamd64/CMakeLists.txt b/src/unwinder/dac/hostwinamd64/CMakeLists.txt
index 757fde3909..8309c3597b 100644
--- a/src/unwinder/dac/hostwinamd64/CMakeLists.txt
+++ b/src/unwinder/dac/hostwinamd64/CMakeLists.txt
@@ -1,3 +1,3 @@
include(${CLR_DIR}/dac.cmake)
-add_library(unwinder_dac_amd64 ${UNWINDER_SOURCES})
+add_library_clr(unwinder_dac_amd64 ${UNWINDER_SOURCES})
diff --git a/src/unwinder/wks/CMakeLists.txt b/src/unwinder/wks/CMakeLists.txt
index 91000b368f..728cc10db1 100644
--- a/src/unwinder/wks/CMakeLists.txt
+++ b/src/unwinder/wks/CMakeLists.txt
@@ -1 +1 @@
-add_library(unwinder_wks ${UNWINDER_SOURCES})
+add_library_clr(unwinder_wks ${UNWINDER_SOURCES})