• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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