[LLVMdev] Create Visual Studio project without cmake

Jonas Gefele llvm.org at schrieb.de
Wed Apr 20 01:18:59 PDT 2011


Hello,

I am interested in using (parts) of LLVM/clang in my Visual Studio
project. I don't want the resulting VS project file(s) to depend on CMAKE.

A (fairly old) thread on CMAKE mailing list says it is not supported by
CMAKE to generate CMAKE-independent VS projects
(http://www.mail-archive.com/cmake@cmake.org/msg16634.html).

So, does anyone here know a better way to achieve this than doing it
completely by hand?

If not, are there any problems I could run into, or should it be
straightforward? Could I use the llvm 2.4 project files as a starting
point or have things changed too much?

Cheers,
Jonas



More information about the llvm-dev mailing list