1
0
Files
wfassoc/example/qwfassoc/cmake/README.md

20 lines
633 B
Markdown
Raw Normal View History

2026-06-23 20:46:56 +08:00
# qwfassoc/cmake
2026-05-25 23:26:11 +08:00
2026-06-23 20:46:56 +08:00
This directory holds CMake helper modules used by the `qwfassoc` project.
2026-05-25 23:26:11 +08:00
2026-06-23 20:46:56 +08:00
## `Findwfassoc.cmake`
This file is a verbatim copy of the upstream `Findwfassoc.cmake` shipped with
the wfassoc C dynamic library, located at:
```
wfassoc-cdylib/cbindgen/Findwfassoc.cmake
```
The copy is committed here so that `qwfassoc` can locate the wfassoc library
through a standard `find_package(wfassoc)` call without depending on the source
tree layout at configure time.
To keep this copy in sync with the upstream version, re-run the copy command
shown above whenever `wfassoc-cdylib/cbindgen/Findwfassoc.cmake` is updated.