From 23c04d6c6bf025ee83551e8a8dcb21f4dac40f11 Mon Sep 17 00:00:00 2001 From: Mateusz Wiktor <39187473+techwritermat@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:01:41 +0200 Subject: [PATCH] Update PubnubLibrary.Build.cs (#18) --- Source/PubnubLibrary/PubnubLibrary.Build.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/PubnubLibrary/PubnubLibrary.Build.cs b/Source/PubnubLibrary/PubnubLibrary.Build.cs index bd2ea54..b4418e1 100644 --- a/Source/PubnubLibrary/PubnubLibrary.Build.cs +++ b/Source/PubnubLibrary/PubnubLibrary.Build.cs @@ -14,7 +14,8 @@ public PubnubLibrary(ReadOnlyTargetRules Target) : base(Target) new string[] { "Core", - "PubNubModule" + "PubNubModule", + "Projects" } );