Added premake4/GENie script to contrib folder

This commit is contained in:
Codecat
2018-07-11 18:02:18 +02:00
parent 14a92e90fe
commit 23d77c531e
2 changed files with 85 additions and 0 deletions
+6
View File
@@ -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/')