aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.rst
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2018-02-10 06:54:26 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2018-02-10 06:54:26 -0800
commitdbd84697ffe00adf33f9fd3c9d294a2a817f4bd3 (patch)
treee687c234514ade907dce5046b9803f574897092c /doc/usage.rst
parent5013c157376fadb57f6bfd1d69732d82ae5f8fab (diff)
downloadfmtlib-dbd84697ffe00adf33f9fd3c9d294a2a817f4bd3.tar.gz
Update usage.rst
Diffstat (limited to 'doc/usage.rst')
-rw-r--r--doc/usage.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage.rst b/doc/usage.rst
index e4b3abf9..ed0c3e2d 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -41,6 +41,10 @@ current directory. Now you can build the library by running :command:`make`.
Once the library has been built you can invoke :command:`make test` to run
the tests.
+You can control generation of the make ``test`` target with the ``FMT_TEST``
+CMake option. This can be useful if you include fmt as a subdirectory in
+your project but don't want to add fmt's tests to your ``test`` target.
+
If you use Windows and have Visual Studio installed, a :file:`FORMAT.sln`
file and several :file:`.vcproj` files will be created. You can then build them
using Visual Studio or msbuild.