20 lines
633 B
Markdown
20 lines
633 B
Markdown
# qwfassoc/cmake
|
|
|
|
This directory holds CMake helper modules used by the `qwfassoc` project.
|
|
|
|
## `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.
|