summaryrefslogtreecommitdiff
path: root/src/dlls/dbgshim
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-06-02 15:51:17 -0700
committerMike McLaughlin <mikem@microsoft.com>2015-06-02 15:51:17 -0700
commitee1ee212663dc474b398ebcbdc2722062cf632b6 (patch)
treed33051b81bfd89bd0d8590ad682fa5ffbfe4bdc0 /src/dlls/dbgshim
parent0c7175bdbacde6b2b22c7bd082fa46fa7589ee37 (diff)
downloadcoreclr-ee1ee212663dc474b398ebcbdc2722062cf632b6.tar.gz
coreclr-ee1ee212663dc474b398ebcbdc2722062cf632b6.tar.bz2
coreclr-ee1ee212663dc474b398ebcbdc2722062cf632b6.zip
Fix unresolved symbol by adding the native resource lib.
Diffstat (limited to 'src/dlls/dbgshim')
-rw-r--r--src/dlls/dbgshim/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/dbgshim/CMakeLists.txt b/src/dlls/dbgshim/CMakeLists.txt
index c5b8b9f483..664d827467 100644
--- a/src/dlls/dbgshim/CMakeLists.txt
+++ b/src/dlls/dbgshim/CMakeLists.txt
@@ -53,6 +53,7 @@ if(WIN32)
else()
list(APPEND DBGSHIM_LIBRARIES
coreclrpal
+ mscorrc_debug
palrt
)
endif(WIN32)