1
0

refactor: rename project name from underline to dash

This commit is contained in:
2026-04-17 14:52:13 +08:00
parent 1509723ada
commit d2bd4425df
15 changed files with 5 additions and 5 deletions

5
wfassoc-cdylib/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Wfassoc C/C++ Library
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.