[cfe-dev] Use libclang within standalone project.

Jacob Carlborg doob at me.com
Wed May 9 13:55:15 PDT 2012


On 2012-05-09 20:57, Slav wrote:
> Hello.
> I intend to use libclang but I am new to both libclang and cmake. Is it
> possible to generate VisualStudioExpress project/solution file using
> cmake or it's need to rip libclang files one-by-one from whole LLVM?

If you're going to use the C bindings you only need one header, 
(clang/include/clang-c/Index.h) file and the compiled library (libclang).

-- 
/Jacob Carlborg




More information about the cfe-dev mailing list