summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-04-07 22:16:53 +0200
committerJan Vorlicek <janvorli@microsoft.com>2016-04-07 22:16:53 +0200
commit672a0da39226f35341cc6f5dc6c9cb4a39765f96 (patch)
tree52d57b4acf5111bda8edb280e9ae3260d41aa9ae /src/ToolBox/SOS
parent772e25741bb14f8bde6ae7720a3d9119c89a892f (diff)
parenta9abb7b987b648cac9ab3d16ddd6ecc4e960177a (diff)
downloadcoreclr-672a0da39226f35341cc6f5dc6c9cb4a39765f96.tar.gz
coreclr-672a0da39226f35341cc6f5dc6c9cb4a39765f96.tar.bz2
coreclr-672a0da39226f35341cc6f5dc6c9cb4a39765f96.zip
Merge pull request #4106 from janvorli/add-hosting-api-header
Add header file for the hosting API
Diffstat (limited to 'src/ToolBox/SOS')
-rw-r--r--src/ToolBox/SOS/lldbplugin/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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)