osu-crypto / libPSI

A repository for private set intersection.
Other
168 stars 47 forks source link

How to link the libPSI #35

Closed StarKirby1102 closed 2 years ago

StarKirby1102 commented 2 years ago

Hello, I want to link the libPSI to my own project, how to write a CMakeLists to link that?

In libOTe: I can be linked via cmake as

find_package(libOTe REQUIRED)
target_link_libraries(myProject oc::libOTe)

So is it similar to libPSI? Thanks!

ladnir commented 2 years ago

I believe so.