Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e268dd3a9953ff2a767d3d6bbc90a0cb72fe6b49
/
CMakeLists.txt
6bb57ee
Add /Za to all MSVC build of a clang libraries.
by Cédric Venet
· 16 years ago
d2cf132
"a patch telling cmake to install clang headers in the target install directory"
by Chris Lattner
· 16 years ago
f2525e4
Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header.
by Cédric Venet
· 16 years ago
c03d2ca
CMake: Builds and installs clang binary and libs (no docs yet). It
by Oscar Fuentes
· 16 years ago