1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-13 03:04:58 +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

View File

@ -12,4 +12,4 @@ set_target_properties(PenCore
PDB_OUTPUT_DIRECTORY "${BUILD_DIRECTORY}"
)
target_link_libraries(PenCore cedar mayaqua)
target_link_libraries(PenCore)