diff options
Diffstat (limited to '3rdparty/bx/scripts/genie.lua')
-rw-r--r-- | 3rdparty/bx/scripts/genie.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/bx/scripts/genie.lua b/3rdparty/bx/scripts/genie.lua index 1e8f9028010..e0e634ae716 100644 --- a/3rdparty/bx/scripts/genie.lua +++ b/3rdparty/bx/scripts/genie.lua @@ -54,6 +54,10 @@ project "bx.test" path.join(BX_DIR, "tests/dbg.*"), } + links { + "bx", + } + configuration { "vs* or mingw*" } links { "psapi", @@ -109,6 +113,10 @@ project "bx.bench" path.join(BX_DIR, "tests/dbg.*"), } + links { + "bx", + } + configuration { "vs* or mingw*" } links { "psapi", |