mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fixed header only build
This commit is contained in:
@@ -32,3 +32,7 @@ struct log_msg
|
||||
};
|
||||
} // namespace details
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "../../../src/log_msg.cpp"
|
||||
#endif // SPDLOG_HEADER_ONLY
|
||||
|
Reference in New Issue
Block a user