update and change how we build with spdlog
This commit is contained in:
4
third_party/spdlog/tests/utils.h
vendored
4
third_party/spdlog/tests/utils.h
vendored
@ -5,6 +5,8 @@
|
||||
|
||||
std::size_t count_lines(const std::string &filename);
|
||||
|
||||
std::size_t count_files(const std::string &folder);
|
||||
|
||||
void prepare_logdir();
|
||||
|
||||
std::string file_contents(const std::string &filename);
|
||||
@ -13,4 +15,4 @@ std::size_t count_lines(const std::string &filename);
|
||||
|
||||
std::size_t get_filesize(const std::string &filename);
|
||||
|
||||
bool ends_with(std::string const &value, std::string const &ending);
|
||||
bool ends_with(std::string const &value, std::string const &ending);
|
Reference in New Issue
Block a user