mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
Codechange: Compile fmt internals in a separate translation unit (#13527)
Instead of defining FMT_HEADER_ONLY to include fmt internals in the headers included by all fmt-using translation units.
This commit is contained in:
committed by
GitHub
parent
cf05b6c2f8
commit
23dc393822
@@ -5,6 +5,7 @@ if (NOT HOST_BINARY_DIR)
|
||||
|
||||
set(sourcefiles
|
||||
settingsgen.cpp
|
||||
../3rdparty/fmt/format.cc
|
||||
../core/alloc_func.cpp
|
||||
../misc/getoptdata.cpp
|
||||
../error.cpp
|
||||
|
Reference in New Issue
Block a user