Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
343a75d2ef095e6d0c823b02ef1ed7ce8551f8b4
/
.
/
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/'
)