summaryrefslogtreecommitdiff
path: root/cmake/modules/CMakeLists.txt
AgeCommit message (Expand)Author
2017-03-21[CMake] fix CLANG_INCLUDE_DIRS CMake exportGuillaume Papin
2017-02-06[CMake] Add CLANG_INCLUDE_DIRS to CMake exportsChris Bieneman
2017-01-31[cmake] Hint find_package() to prefer LLVM installed alongside clangMichal Gorny
2016-11-08cmake: Don't try to install exports if there aren't anyJustin Bogner
2016-06-29[ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman
2016-06-29[ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman
2016-06-29[ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman
2016-06-29[ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman
2016-06-29[cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman
2016-06-29[ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_DIR}/${CLANG_INSTALL_P...Michael Gottesman
2016-06-29[ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...Michael Gottesman
2016-06-29[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman