@@ -1,6 +1,7 @@ | |||
#ifdef _WIN32 | |||
#include "./proc.hpp" | |||
#include <fmt/core.h> | |||
#include <neo/assert.hpp> | |||
#include <wil/resource.h> | |||
@@ -4,6 +4,8 @@ | |||
#include <spdlog/spdlog.h> | |||
#include <ostream> | |||
void dds::log::log_print(dds::log::level l, std::string_view msg) noexcept { | |||
static auto logger = [] { | |||
auto logger = spdlog::default_logger_raw(); |
@@ -4,6 +4,7 @@ | |||
#include <dds/util/log.hpp> | |||
#include <cassert> | |||
#include <cstdlib> | |||
using namespace dds; |
@@ -4,6 +4,7 @@ | |||
"flags": [ | |||
"/Zc:preprocessor", | |||
"/std:c++latest", | |||
"/DNOMINMAX", | |||
], | |||
"link_flags": [ | |||
"rpcrt4.lib", |