Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qualified...
[platform/upstream/coreclr.git] / src / debug / ee / CMakeLists.txt
index 5200072..bd4849e 100644 (file)
@@ -43,6 +43,10 @@ if(WIN32)
     dbgtransportproxy.cpp
     ddunpack.cpp
   )
+else()
+  list(APPEND CORDBEE_SOURCES_WKS 
+    dactable.cpp
+  )
 endif(WIN32)
 
 if (IS_64BIT_BUILD EQUAL 1)