From a9abb7b987b648cac9ab3d16ddd6ecc4e960177a Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Wed, 23 Mar 2016 18:01:31 +0100 Subject: Add header file for the hosting API Add the header file and also modify coreruncommon.cpp to use it. --- src/ToolBox/SOS/lldbplugin/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ToolBox/SOS') diff --git a/src/ToolBox/SOS/lldbplugin/CMakeLists.txt b/src/ToolBox/SOS/lldbplugin/CMakeLists.txt index 438ae33478..875d740652 100644 --- a/src/ToolBox/SOS/lldbplugin/CMakeLists.txt +++ b/src/ToolBox/SOS/lldbplugin/CMakeLists.txt @@ -67,6 +67,7 @@ include_directories(inc) include_directories("${LLDB_H}") include_directories(${CLR_DIR}/src/debug/inc) include_directories(${CLR_DIR}/src/inc) +include_directories(${CLR_DIR}/src/coreclr/hosts/inc) include_directories(${CLR_DIR}/src/coreclr/hosts/unixcoreruncommon) set(SOURCES @@ -93,4 +94,4 @@ if (CLR_CMAKE_PLATFORM_UNIX) endif() # add the install targets -install_clr(sosplugin) \ No newline at end of file +install_clr(sosplugin) -- cgit v1.2.3