Add initial CMake build system
authorAlp Toker <alp@nuanti.com>
Sun, 1 Jun 2014 18:01:33 +0000 (18:01 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 1 Jun 2014 18:01:33 +0000 (18:01 +0000)
commit7198f529ad03338fbb8f1fb6cb1f14fa45297e88
treeb116765a0328722163b95ad71c152883e6042e82
parent8390a257edcf4156ea765b38fd1203d62f0fd340
Add initial CMake build system

This is not yet supported for production builds but can already produce working
binaries on OS X and Linux with clang and gcc.

The intention is to improve support to the point where it can integrate with
the LLVM runtime platform, cover all platforms, runtime/release build
configurations and run the tests.

Patch by Jack Howarth!

llvm-svn: 209994
openmp/runtime/CMakeLists.txt [new file with mode: 0644]
openmp/runtime/README.txt
openmp/runtime/src/CMakeLists.txt [new file with mode: 0644]