llvm-beanz wrote:

@kimgr you should be able to have CMake query the path of libclang and go from 
there. Something like:

```cmake
get_target_property(SHARED_LIB_DIR libclang RUNTIME_OUTPUT_DIRECTORY)
```

That should give you the binary location of libclang, which should work for 
resolving the final path.

https://github.com/llvm/llvm-project/pull/97197
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to