diff options
Diffstat (limited to 'etc/import/include/curl/TARGETS.curl')
-rw-r--r-- | etc/import/include/curl/TARGETS.curl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/import/include/curl/TARGETS.curl b/etc/import/include/curl/TARGETS.curl new file mode 100644 index 00000000..0085f7ae --- /dev/null +++ b/etc/import/include/curl/TARGETS.curl @@ -0,0 +1,18 @@ +{ "curl_public_headers": + { "type": "tree" + , "name": "curl" + , "deps": + [ "curl.h" + , "curlver.h" + , "easy.h" + , "mprintf.h" + , "stdcheaders.h" + , "multi.h" + , "typecheck-gcc.h" + , "system.h" + , "urlapi.h" + , "options.h" + , "header.h" + ] + } +} |