From a54471a1ac25cd40c2eca60d784909e566aff4aa Mon Sep 17 00:00:00 2001 From: skallweitNV <64953474+skallweitNV@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:18:29 +0100 Subject: Add LockFile helper class (#2535) * Add LockFile helper class --- premake5.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 92243263a..85532a07f 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1441,6 +1441,9 @@ tool "slangd" includedirs { "." } addSourceDir "tools/unit-test" links { "lz4", "miniz", "core", "compiler-core", "slang" } + if not targetInfo.isWindows then + links { "pthread" } + end if enableProfile then tool "slang-profile" -- cgit v1.2.3