Skip to content

Commit

Permalink
Implemented #335: custom printf support
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemoose authored and vitaut committed Jun 9, 2016
1 parent 6ccb567 commit 72d51e0
Show file tree
Hide file tree
Showing 9 changed files with 573 additions and 472 deletions.
3 changes: 2 additions & 1 deletion fmt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Define the fmt library, its includes and the needed defines.
# format.cc is added to FMT_HEADERS for the header-only configuration.
set(FMT_HEADERS format.h format.cc ostream.h ostream.cc string.h time.h)
set(FMT_HEADERS format.h format.cc ostream.h ostream.cc printf.h
string.h time.h)
if (HAVE_OPEN)
set(FMT_HEADERS ${FMT_HEADERS} posix.h)
set(FMT_SOURCES ${FMT_SOURCES} posix.cc)
Expand Down
Loading

0 comments on commit 72d51e0

Please sign in to comment.