singe/thirdparty/zstd/contrib/premake/premake4.lua
2023-11-14 22:16:48 -06:00

6 lines
196 B
Lua

-- 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/')