We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5846226 commit 0e0ff06Copy full SHA for 0e0ff06
tool/CMakeLists.txt
@@ -34,3 +34,7 @@ install(TARGETS O2codecheck
34
35
#install(PROGRAMS clang-tidy-diff.py DESTINATION share/clang)
36
install(PROGRAMS run_O2CodeChecker.py DESTINATION bin)
37
+
38
+# we need to install the builtin headers in a path which is searched by the tool
39
+# FIXME: a soft link would be better
40
+install(DIRECTORY ${LLVM_LIBRARY_DIR}/clang/${LLVM_PACKAGE_VERSION}/include DESTINATION lib/clang/${LLVM_PACKAGE_VERSION})
0 commit comments