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:
authorSantiago Fernandez Madero <safern@microsoft.com>2020-02-04 00:53:39 +0300
committerGitHub <noreply@github.com>2020-02-04 00:53:39 +0300
commitbe3ebf6db06a374f32032a2755fa3beb59e892de (patch)
treeb48c24efe6a3c7c9e22ce8a2a5322d1b59e19f41 /src/coreclr/CMakeLists.txt
parentd6d3caa912ae98dd7a09be4afa2352874d70d637 (diff)
Link System.Globalization.Native into coreclr (#6928)
* Link System.Globalization.Native into coreclr * Add more paths to coreclr subset filters * Fix linux build * PR Feedback * PR Feedback 2 * Fix build (pass -DREPO_ROOT_DIR only on coreclr atm), System.IO.Ports.Native needs to be built first * Remove version header file from static libs * Remove CORECLR_BUILD variable definition
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index 30c01e5ac24..49046059eb2 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -129,6 +129,8 @@ endif(CLR_CROSS_COMPONENTS_BUILD)
#-------------------
include(pgosupport.cmake)
+add_subdirectory(src/libraries-native)
+
#-----------------------------------------
# Add Projects
# - project which require platform header not clr's