HelloAurora/Build_UserScripts/ltc.aurora.json

13 lines
296 B
JSON
Raw Normal View History

2022-02-19 22:25:03 +00:00
{
"name": "libtomcrypt",
"type": "generic",
"include": "src/headers",
"sourcePaths": "src",
"excludes": [
"demos/**.*",
"tests/**.*"
],
"depends": "ltm",
"defines": ["USE_LTM", "LTC_NO_PROTOTYPES"],
"impDefines": ["LTC_SOURCE", "LTC_NO_TEST"]
}