1
0

feat: include ai first step works

This commit is contained in:
2026-06-23 20:46:56 +08:00
parent 821b865f2d
commit 071347f4d4
14 changed files with 1525 additions and 1561 deletions

View File

@@ -1,7 +1,19 @@
# CMake Module Notes
# qwfassoc/cmake
The `Findwfassoc.cmake` file in this directory was copied from the project root at
`wfassoc-cdylib/codegen/Findwfassoc.cmake`.
This directory holds CMake helper modules used by the `qwfassoc` project.
It provides the `wfassoc::wfassoc` imported target. Before using it, the `wfassoc_ROOT`
variable must be set to point to the wfassoc installation directory.
## `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.