1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-20 13:59:26 +03:00

CMake: Link Cedar to Mayaqua directly

It's Cedar itself that depends on Mayaqua, not the executables.
This commit is contained in:
Davide Beatrici
2021-07-07 08:08:12 +02:00
parent 4eae5820f6
commit 4328e6e5ab
10 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ if(WIN32)
)
endif()
target_link_libraries(vpntest cedar mayaqua)
target_link_libraries(vpntest cedar)