Created
August 11, 2015 08:57
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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