feat: include ai first step works
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user