summaryrefslogtreecommitdiffstats
path: root/src/zstd/contrib/premake/premake4.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zstd/contrib/premake/premake4.lua')
-rw-r--r--src/zstd/contrib/premake/premake4.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zstd/contrib/premake/premake4.lua b/src/zstd/contrib/premake/premake4.lua
new file mode 100644
index 000000000..6675e2e48
--- /dev/null
+++ b/src/zstd/contrib/premake/premake4.lua
@@ -0,0 +1,6 @@
+-- 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/')