Merge ostream.cc into ostream.h

This commit is contained in:
Victor Zverovich
2017-12-17 09:33:56 -08:00
parent 955062da2e
commit 941663d038
3 changed files with 21 additions and 44 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ endfunction()
# Define the fmt library, its includes and the needed defines.
# format.cc is added to FMT_HEADERS for the header-only configuration.
add_headers(FMT_HEADERS core.h format.h format.cc locale.h ostream.h ostream.cc
printf.h string.h time.h)
add_headers(FMT_HEADERS core.h format.h format.cc locale.h ostream.h printf.h
string.h time.h)
if (HAVE_OPEN)
add_headers(FMT_HEADERS posix.h)
add_headers(FMT_SOURCES posix.cc)