search for: 5c75db1d

Displaying 2 results from an estimated 2 matches for "5c75db1d".

2009 Mar 05
0
[LLVMdev] automatic discovery of new CMake projects
...http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: cmake_projects.patch Type: application/octet-stream Size: 883 bytes Desc: cmake_projects.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090305/5c75db1d/attachment.obj>
2009 Mar 04
2
[LLVMdev] automatic discovery of new CMake projects
"Viktar Zviarovich" <Viktar.Zviarovich at brunel.ac.uk> writes: > The suggested patch enables addition of all subdirectories of > llvm/projects to CMake build. > > It somewhat simplifies the process of creating new projects that use > CMake instead of make, eliminating the need of editing > llvm/CMakeLists.txt and llvm/projects/CMakeLists.txt. This is not