X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fwireguard%2FCMakeLists.txt;h=6dddc67298d745462f679fd751445275e67d3bc1;hb=efd4d702105bf86cd74ae777668d2c17e3a85bbc;hp=db74f9cdce034900b0d5909619498fcf48dac508;hpb=a42c41be4eed3e1ce2a42038b07ce1d3420891cd;p=vpp.git diff --git a/src/plugins/wireguard/CMakeLists.txt b/src/plugins/wireguard/CMakeLists.txt index db74f9cdce0..6dddc67298d 100755 --- a/src/plugins/wireguard/CMakeLists.txt +++ b/src/plugins/wireguard/CMakeLists.txt @@ -16,6 +16,8 @@ if (OPENSSL_VERSION VERSION_LESS 1.1.0) return() endif() +include_directories(${OPENSSL_INCLUDE_DIR}) + list(APPEND WG_BLAKE_SOURCES blake/blake2s.h blake/blake2s.c @@ -49,6 +51,8 @@ add_vpp_plugin(wireguard wireguard_index_table.h wireguard_api.c + LINK_LIBRARIES ${OPENSSL_LIBRARIES} + API_FILES wireguard.api