summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-04 14:30:08 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-09 14:30:48 -0800
commit87764ba6c7afe96aaddb697e6a2d6e0878a76ade (patch)
treecfd1fba06a15bc2ba1de5e9e584f071187edd0f3 /src/pal/prebuilt
parentb0ac89b6589d1dc34c0b3421bf732e5bf2118b82 (diff)
downloadcoreclr-87764ba6c7afe96aaddb697e6a2d6e0878a76ade.tar.gz
coreclr-87764ba6c7afe96aaddb697e6a2d6e0878a76ade.tar.bz2
coreclr-87764ba6c7afe96aaddb697e6a2d6e0878a76ade.zip
Add new nuget package for development usage
Add new nuget package that can be developed against. Also modify the cmake lists of a few directories to add in missing PDBs.
Diffstat (limited to 'src/pal/prebuilt')
-rw-r--r--src/pal/prebuilt/inc/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pal/prebuilt/inc/CMakeLists.txt b/src/pal/prebuilt/inc/CMakeLists.txt
new file mode 100644
index 0000000000..23b869dae3
--- /dev/null
+++ b/src/pal/prebuilt/inc/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 2.8.12.2)
+
+project(COREPAL)
+
+install (FILES corerror.h DESTINATION inc)
+