Files
yyc12345 27235c2619 fix: fix qwfassoc build error
- fix qwfassoc build error
- set version of wfassoc to official version
- add version restriction when qwfassoc finding wfassoc
- rename qwfassoc project name in cmake configuration file
- set standalone build to OFF in default
2026-08-18 20:27:08 +08:00
..
2026-08-18 20:27:08 +08:00
2026-06-17 21:23:27 +08:00

WFAssoc C/C++ Binding

For how to utilize this library, please see our example located in example/ppic. It is a Qt project built with CMake and demonstrate basically all usage of exposed functions in this dynamic library.

All crucial spots are written in this example as the code comment so I don't write them in there again.

Due to the limitation of Rust compiler, you may need to enable RUSTC_BOOTSTRAP=1 environment when creating binding (it is not necessary for just building this dynamic library). See this GitHub issue for more info.