mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Add zstd.
This commit is contained in:
6
3rdparty/zstd-1.5.0/contrib/premake/premake4.lua
vendored
Normal file
6
3rdparty/zstd-1.5.0/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