[Openmp-commits] [PATCH] Implement recursive CMake.
Jonathan Peyton
jonathan.l.peyton at intel.com
Tue Jun 9 12:35:16 PDT 2015
Hi hfinkel,
Most CMake build systems put CMakeLists.txt files inside source directories where items need to get built. This change follows that convention by adding a new runtime/src/CMakeLists.txt file. An additional benefit is this helps logically seperate configuring with building as well. This change is mostly just copying and pasting the bottom half of runtime/CMakeLists.txt into runtime/src/CMakeLists.txt, but a few changes had to be made to get it to work. Most of those changes were to directory prefixes.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D10344
Files:
runtime/CMakeLists.txt
runtime/cmake/MicroTests.cmake
runtime/src/CMakeLists.txt
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10344.27390.patch
Type: text/x-patch
Size: 38414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150609/c8506b3d/attachment.bin>
More information about the Openmp-commits
mailing list