12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "product-name": "C4",
- "version": "1.0.0",
- "toolchain":"$PRODUCT_ROOT_DIR/buildtools/cmake/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.cmake",
- "build-mode": "Debug",
- "modules":[
- {
- "name": "jsoncpp",
- "options": ["-DJSONCPP_WITH_TESTS=OFF"],
- "include":"$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": "libxml2",
- "options":["-DLIBXML2_WITH_PYTHON=OFF"]
- },
- {
- "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":[
- ]
- }
- ]
- }
|