Previous to this the example didn't work out of the box, it seems some cmake config changed between when this was written and now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 23248 Build 23247: arc lint + arc unit
Event Timeline
Comment Actions
Yes, add_llvm_executable uses target_link_libraries with PRIVATE for LLVM_PTHREAD_LIB. It is designed so that if you use the PUBLIC|PRIVATE|INTERFACE keyword with a target once, you have to do it at each location.