Fix unresolved symbol by adding the native resource lib.
authorMike McLaughlin <mikem@microsoft.com>
Tue, 2 Jun 2015 22:51:17 +0000 (15:51 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Tue, 2 Jun 2015 22:51:17 +0000 (15:51 -0700)
src/dlls/dbgshim/CMakeLists.txt

index c5b8b9f..664d827 100644 (file)
@@ -53,6 +53,7 @@ if(WIN32)
 else()
     list(APPEND DBGSHIM_LIBRARIES
         coreclrpal
+        mscorrc_debug
         palrt
     )
 endif(WIN32)