summaryrefslogtreecommitdiff
path: root/contrib/premake/premake4.lua
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/premake/premake4.lua')
-rw-r--r--contrib/premake/premake4.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/premake/premake4.lua b/contrib/premake/premake4.lua
deleted file mode 100644
index 6675e2e481c19..0000000000000
--- a/contrib/premake/premake4.lua
+++ /dev/null
@@ -1,6 +0,0 @@
--- Include zstd.lua in your GENie or premake4 file, which exposes a project_zstd function
-dofile('zstd.lua')
-
-solution 'example'
- configurations { 'Debug', 'Release' }
- project_zstd('../../lib/')