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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-06-23 22:19:30 +0300
committerJan Kotas <jkotas@microsoft.com>2016-06-23 22:24:51 +0300
commit5355e053047d4d2941795be45442cfc860dd8012 (patch)
treecd74cf0281c77f987e8c38a400afb89afcfb160f /src/Native/CMakeLists.txt
parent52ecdc6a468c70cfa8bd21b6b067b8ae8e6fcdd3 (diff)
Fixes for gc update
Diffstat (limited to 'src/Native/CMakeLists.txt')
-rw-r--r--src/Native/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt
index d3a74ff05..401318c8f 100644
--- a/src/Native/CMakeLists.txt
+++ b/src/Native/CMakeLists.txt
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 2.8.12)
project(CoreRT)
+# Include cmake functions
+include(functions.cmake)
+
set(CMAKE_MACOSX_RPATH ON)
set(CMAKE_INSTALL_PREFIX $ENV{__CMakeBinDir})
set(CMAKE_INCLUDE_CURRENT_DIR ON)