From 334fdd42d351fd1f3f3a1420682471f8b18f0b1a Mon Sep 17 00:00:00 2001 From: Cekis Date: Sat, 27 Nov 2021 11:13:57 -0800 Subject: [PATCH] Added association for external projects that include the udplibrary (i.e. stationchat) --- external/3rd/library/udplibrary/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/external/3rd/library/udplibrary/CMakeLists.txt b/external/3rd/library/udplibrary/CMakeLists.txt index a3498814..50c4163e 100644 --- a/external/3rd/library/udplibrary/CMakeLists.txt +++ b/external/3rd/library/udplibrary/CMakeLists.txt @@ -21,3 +21,4 @@ add_library(udplibrary UdpLibrary.h ) +target_include_directories(udplibrary PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})