foxadb / yahoo-finance

C++ library to get stock data from Yahoo Finance
MIT License
53 stars 21 forks source link

Replace boost with gtest #4

Closed foxadb closed 3 years ago

foxadb commented 3 years ago

Remove boost from dependencies and use gtest instead to run test cases. We add gtest as an external CMake project so it'll be installed automatically before building the source code.