mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-30 21:20:22 +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::
|
||||
|
||||
target_link_libraries(<your-target> PRIVATE fmt-header-only)
|
||||
target_link_libraries(<your-target> PRIVATE fmt::fmt-header-only)
|
||||
|
||||
Building the Documentation
|
||||
==========================
|
||||
|
Loading…
Reference in New Issue
Block a user