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:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2020-11-26 15:24:13 +0300
committerGitHub <noreply@github.com>2020-11-26 15:24:13 +0300
commit05cd29c81434aae62d0cb680768d0229c8da0d2d (patch)
treec7e160c98a93c44ed20c9182ae5c40e9aa90fb79 /src/coreclr/CMakeLists.txt
parenta4d877e0993967a90d677eedffe0c568ffeb7609 (diff)
Share unix getexepath() definition via src/native (#44999)
* Share unix getexepath() definition via src/native * Address CR feedback * Remove duplicate property * Inline variable with single usage * Fix include path in tests * Remove unixcoreruncommon static lib dependency * Merge coreruncommon.{cpp,h} into corerun.cpp * Include local headers before the first use * Remove Unix case from (Win32 only) corerun * Use realpath in getauxval case * Delete obsolete comment
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index e6495e02508..ddd5734ce92 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -8,6 +8,7 @@ endif()
# Set the project name
project(CoreCLR)
+include(../../eng/native/configurepaths.cmake)
include(${CLR_ENG_NATIVE_DIR}/configurecompiler.cmake)
if(MSVC)