Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2019-11-15 01:26:46 +0300
committerjashook <jashoo@microsoft.com>2019-11-18 04:14:02 +0300
commitcd36d15ef931990c2cf2b0c82384a40b728b6a62 (patch)
tree4c6668a67f24e4b39bd8ded932b905200480bf0c /src/coreclr/CMakeLists.txt
parent2b4b6d5d53488197670b132b21f796c0240fc5b2 (diff)
Use artifacts layout in place of bin dir
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index 50fec2a4640..226f0af522b 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -171,7 +171,7 @@ include(clrdefinitions.cmake)
#-------------------------------------
# Include the basic prebuilt headers - required for getting fileversion resource details.
include_directories("src/pal/prebuilt/inc")
-include_directories("bin/obj")
+include_directories("../../artifacts/obj/coreclr")
if(FEATURE_STANDALONE_GC)
add_definitions(-DFEATURE_STANDALONE_GC)