aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/llvm/clang_usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/llvm/clang_usage')
-rw-r--r--vcpkg/ports/llvm/clang_usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/llvm/clang_usage b/vcpkg/ports/llvm/clang_usage
new file mode 100644
index 0000000..f239721
--- /dev/null
+++ b/vcpkg/ports/llvm/clang_usage
@@ -0,0 +1,5 @@
+The package clang provides CMake targets:
+
+ find_package(Clang CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${CLANG_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE clangBasic clangLex clangParse clangAST ...)