Add ranges.h to FMT_HEADERS in CMakeLists.txt (#738)

This commit is contained in:
sv1990 2018-05-14 14:16:30 +02:00 committed by Jonathan Müller
parent e3f7f3a2e9
commit a68fd44ecc

View File

@ -96,7 +96,7 @@ endfunction()
# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS core.h format.h format-inl.h locale.h ostream.h printf.h
time.h)
time.h ranges.h)
set(FMT_SOURCES src/format.cc)
if (HAVE_OPEN)
add_headers(FMT_HEADERS posix.h)