HelloAurora/Build_UserScripts/ltc.aurora.json
2022-02-19 22:45:49 +00:00

13 lines
296 B
JSON

{
"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"]
}