12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "product-name": "Linux",
- "version": "2.0.0",
- "toolchain":"",
- "build-mode": "Debug",
- "modules":[
- {
- "name": "jsoncpp",
- "options": [],
- "exports": ["JSONCPP_INCLUDE_DIR=$PRODUCT_ROOT_DIR/thirdparty/jsoncpp/include"]
- },
- {
- "name": "openssl",
- "exports" : ["OPENSSL_ROOT_DIR=$PRODUCT_BUILD_DIR/thirdparty/openssl"]
- },
- {
- "name": "mbedtls"
- },
- {
- "name": "zlib"
- },
- {
- "name": "SQLiteCpp"
- },
- {
- "name": "tinyxml2"
- },
- {
- "name" : "goahead",
- "include":"$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/inc",
- "link": "$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/bin",
- "install":[
- {
- "files" : ["$PRODUCT_BUILD_DIR/thirdparty/goahead/build/linux-x64-default/*"],
- "dstdir": "linux-x64-default"
- }
- ],
- "exports":[
- ]
- },
- {
- "name": "libuv"
- },
- {
- "name": "xfrpc",
- "options":["-DTHIRDPARTY_STATIC_BUILD=ON"]
- }
- ]
- }
|