From dfd2701ee41b053e7504ced089b192482695ad59 Mon Sep 17 00:00:00 2001 From: James R T Date: Fri, 9 Jun 2023 03:39:15 +0800 Subject: [PATCH] Add vxlan.h to CMakeLists.txt (#508) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 360037c..88f47a2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -152,6 +152,7 @@ set(HEADERS ${LIBTINS_INCLUDE_DIR}/tins/utils/routing_utils.h ${LIBTINS_INCLUDE_DIR}/tins/utils/resolve_utils.h ${LIBTINS_INCLUDE_DIR}/tins/utils/pdu_utils.h + ${LIBTINS_INCLUDE_DIR}/tins/vxlan.h ) SET(DOT11_DEPENDENT_SOURCES