1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "product-name": "C4",
- "version": "1.0.0",
- "toolchain":"$PRODUCT_ROOT_DIR/buildtools/cmake/gcc-gt675x-10.4.0-2023.06.27-x86_64_aarch64-htnice-linux-gnu.cmake",
- "build-mode": "Debug",
- "modules":[
- {
- "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":[
- ]
- }
- ]
- }
|