Sign in
android
/
platform
/
external
/
zstd
/
HEAD
/
.
/
contrib
/
premake
/
premake4.lua
blob: 6675e2e481c196fc6a6ca0afc8336efb18e09d0e [
file
] [
log
] [
blame
]
-- 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/'
)