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:
authorScott Mosier <smosier@microsoft.com>2015-12-03 19:50:00 +0300
committerScott Mosier <smosier@microsoft.com>2015-12-03 21:40:04 +0300
commitdceead005d82cfcee8bb6938c1fb6c212b667858 (patch)
tree37f70391f4d46cd08fbade5da7e99b01b7ef7885 /src/Native/Runtime/CMakeLists.txt
parentda034cdf5dc3a85da3dff898fae172129dfb4fc7 (diff)
Move some header files into 'inc' directory
This move facilitates header file sharing between projects that is necessary in the UWP apps branch of this code (in TFS).
Diffstat (limited to 'src/Native/Runtime/CMakeLists.txt')
-rw-r--r--src/Native/Runtime/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Native/Runtime/CMakeLists.txt b/src/Native/Runtime/CMakeLists.txt
index 33e98b3fd..2ce4f52f2 100644
--- a/src/Native/Runtime/CMakeLists.txt
+++ b/src/Native/Runtime/CMakeLists.txt
@@ -54,6 +54,8 @@ set(FULL_RUNTIME_SOURCES
set(PORTABLE_RUNTIME_SOURCES
)
+include_directories(inc)
+
if(WIN32)
include_directories(windows)