Hi all, I'm not sure how many people use CMake on Mac OS X.. For those who are, this patch gets us a little closer to being able to build everything needed for lldb with CMake.
Specifically, I added a target for debugserver. I tried to copy what XCode does for codesigning, but there's probably some missing things. Also, I'm not sure if the resulting directory structure is correct. Nonetheless, with this change, a cmake build can build/link a debugserver binary, though due to codesigning related issues, it's not very testable. Comments welcome! http://llvm-reviews.chandlerc.com/D1331 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
