mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Merge branch 'master' of github.com:cppformat/cppformat
This commit is contained in:
@ -160,3 +160,7 @@ if (EXISTS .gitignore)
|
|||||||
set(CPACK_RESOURCE_FILE_README ${FORMAT_SOURCE_DIR}/README.rst)
|
set(CPACK_RESOURCE_FILE_README ${FORMAT_SOURCE_DIR}/README.rst)
|
||||||
include(CPack)
|
include(CPack)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
# Install our targets
|
||||||
|
install(TARGETS format DESTINATION lib)
|
||||||
|
install(FILES format.h DESTINATION include)
|
||||||
|
@ -385,7 +385,7 @@ Documentation License
|
|||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
The `Format String Syntax
|
The `Format String Syntax
|
||||||
<http://cppformat.readthedocs.org/en/latest/#format-string-syntax>`_
|
<http://cppformat.readthedocs.org/en/latest/syntax.html>`_
|
||||||
section in the documentation is based on the one from Python `string module
|
section in the documentation is based on the one from Python `string module
|
||||||
documentation <http://docs.python.org/3/library/string.html#module-string>`_
|
documentation <http://docs.python.org/3/library/string.html#module-string>`_
|
||||||
adapted for the current library. For this reason the documentation is
|
adapted for the current library. For this reason the documentation is
|
||||||
|
Reference in New Issue
Block a user