You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
I want to use some functions from the secure-join library in my code, but I have some questions. After executing the command python3 build.py --install, I noticed that the libsecureJoin.a file isn't in the lib folder, although I found it in out/build/secure-join. I'm unsure how to properly link and use this library. Can I use the find_package() statement in CMake? If so, how should I link it correctly?