mirror of
https://github.com/gabime/spdlog.git
synced 2025-05-07 06:53:53 +00:00
Fixed header only build
This commit is contained in:
parent
215b6aea95
commit
c1c6e6265c
@ -32,3 +32,7 @@ struct log_msg
|
|||||||
};
|
};
|
||||||
} // namespace details
|
} // namespace details
|
||||||
} // namespace spdlog
|
} // namespace spdlog
|
||||||
|
|
||||||
|
#ifdef SPDLOG_HEADER_ONLY
|
||||||
|
#include "../../../src/log_msg.cpp"
|
||||||
|
#endif // SPDLOG_HEADER_ONLY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user