1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-10 17:54:58 +03:00

Add liboqs with find_package

This commit is contained in:
Siddharth
2024-06-26 20:55:09 -04:00
parent eb66e7d360
commit 7dc3f2240c
2 changed files with 22 additions and 3 deletions

2
src/Mayaqua/3rdparty/Findliboqs.cmake vendored Normal file
View File

@ -0,0 +1,2 @@
set(oqs_FOUND TRUE)
add_library(OQS::oqs ALIAS oqs)