xref: /aosp_15_r20/external/zstd/contrib/premake/premake4.lua (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1-- Include zstd.lua in your GENie or premake4 file, which exposes a project_zstd function
2dofile('zstd.lua')
3
4solution 'example'
5	configurations { 'Debug', 'Release' }
6	project_zstd('../../lib/')
7