Commit c1c6e626 authored by gabime's avatar gabime

Fixed header only build

parent 215b6aea
...@@ -32,3 +32,7 @@ struct log_msg ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment