First Commit
This commit is contained in:
6
externals/zstd/contrib/premake/premake4.lua
vendored
Normal file
6
externals/zstd/contrib/premake/premake4.lua
vendored
Normal 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/')
|
||||
Reference in New Issue
Block a user