From a850262cba77b8540e567fef391a2d7ae6ad0356 Mon Sep 17 00:00:00 2001 From: grasmanek94 Date: Mon, 18 Sep 2023 01:38:02 +0200 Subject: [PATCH] Linux libtbb add to shared lib --- Source/Shared/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Shared/CMakeLists.txt b/Source/Shared/CMakeLists.txt index 15a26e79..976548f9 100644 --- a/Source/Shared/CMakeLists.txt +++ b/Source/Shared/CMakeLists.txt @@ -20,6 +20,7 @@ function(define_shared GALAXY_VERSION) universelan-simpleini universelan-common-version universelan-common-tracer + $<$:libtbb> PRIVATE $<$:IPHLPAPI> )