summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/scripts/genie.lua')
-rw-r--r--3rdparty/bx/scripts/genie.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/3rdparty/bx/scripts/genie.lua b/3rdparty/bx/scripts/genie.lua
index 580e3d66157..fdde771d60d 100644
--- a/3rdparty/bx/scripts/genie.lua
+++ b/3rdparty/bx/scripts/genie.lua
@@ -32,7 +32,6 @@ function copyLib()
end
dofile "bx.lua"
-dofile "unittest++.lua"
dofile "bin2c.lua"
project "bx.test"
@@ -46,11 +45,7 @@ project "bx.test"
includedirs {
path.join(BX_DIR, "include"),
- path.join(BX_THIRD_PARTY_DIR, "UnitTest++/src"),
- }
-
- links {
- "UnitTest++",
+ BX_THIRD_PARTY_DIR,
}
files {