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:
authorMichal Strehovský <michals@microsoft.com>2019-09-04 19:03:14 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2019-09-09 19:49:58 +0300
commitaa968a650b029af03bfac133f4497580629febb8 (patch)
tree46ce0826a7a811685a589de55011c08a53b2f835 /src/coreclr/CMakeLists.txt
parente85e9675fac6dbf6f9218e95433a9d0dd1a972ae (diff)
Add project files
Commit migrated from https://github.com/dotnet/coreclr/commit/5dc16c89311f4508ff05ffff15b4437bee3950a5
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 74cff66c178..0a874de15a7 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -171,6 +171,8 @@ if(WIN32)
add_subdirectory(src/gc/sample)
endif()
+add_subdirectory(src/tools/crossgen2/jitinterface)
+
# Above projects do not build with these compile options
# All of the compiler options are specified in file compileoptions.cmake
# Do not add any new options here. They should be added in compileoptions.cmake