mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Fix doc for importing header only target with CMake
This commit is contained in:
parent
9f09b8eed1
commit
2aae6b120c
@ -81,7 +81,7 @@ You can detect and use an installed version of {fmt} as follows::
|
|||||||
|
|
||||||
Setting up your target to use a header-only version of ``fmt`` is equally easy::
|
Setting up your target to use a header-only version of ``fmt`` is equally easy::
|
||||||
|
|
||||||
target_link_libraries(<your-target> PRIVATE fmt-header-only)
|
target_link_libraries(<your-target> PRIVATE fmt::fmt-header-only)
|
||||||
|
|
||||||
Building the Documentation
|
Building the Documentation
|
||||||
==========================
|
==========================
|
||||||
|
Loading…
Reference in New Issue
Block a user