if(${PACKAGE_MATH})
    add_library(package_math STATIC
            "math.cc"
            )
endif()
