1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "product-name": "C10",
- "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": [],
- "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" : "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": "libevent",
- "options":["-DEVENT__DISABLE_TESTS=ON", "-DEVENT__HAVE_EPOLL_PWAIT2=0"]
- },
- {
- "name": "xfrpc",
- "options":["-DTHIRDPARTY_STATIC_BUILD=ON"]
- }
- ]
- }
|