summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific headers underOscar Fuentes2009-10-271-1/+1
| | | | | | | | ${libdir}/clang Patch by Ingmar Vanhassel! llvm-svn: 85308
* CMake: Improve installation of ClangDouglas Gregor2009-08-231-4/+3
| | | | | | | | - Install clang-cc into libexec - Install headers into lib/clang/<version>/include - Don't install other clang-based tools (clang-wpa, clang-index, etc.) llvm-svn: 79827
* Make sure install Clang headers when building clang-ccDouglas Gregor2009-06-251-1/+1
| | | | llvm-svn: 74163
* Update Clang to include the InitializeAllTargets andDouglas Gregor2009-06-161-1/+6
| | | | | | | InitializeAllAsmPrinters LLVM headers. Also includes some minor fixes for the CMake-based build with Xcode. llvm-svn: 73544
* CMake: Install Clang's headers into the right place in the build tree, for ↵Douglas Gregor2009-06-071-7/+16
| | | | | | regression testing llvm-svn: 73014
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+25
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
OpenPOWER on IntegriCloud