Skip to content

Instantly share code, notes, and snippets.

@smart--petea
Created August 11, 2015 08:57
Show Gist options
  • Save smart--petea/057fd0c708f3be6d9026 to your computer and use it in GitHub Desktop.
Save smart--petea/057fd0c708f3be6d9026 to your computer and use it in GitHub Desktop.
Jzon.gyp to create a static library from https://github.com/Zguy/Jzon.git
{
"targets": [
{
"target_name": "Jzon",
"type": "static_library",
"sources": [ "Jzon.cpp"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment