target_link_libraries(): Fix code snippet in documentation.

The porting script seems to have made a mistake here.
This commit is contained in:
Stephen Kelly 2013-10-17 21:40:51 +02:00
parent 2d4ce80549
commit 620b0e92fc
1 changed files with 2 additions and 1 deletions

View File

@ -59,10 +59,11 @@ for <target>:
If an <item> is a library in a Mac OX framework, the Headers directory
of the framework will also be processed as a "usage requirement".
This has the same effect as passing the framework directory as an
include directory. target_link_libraries(<target>
include directory.
::
target_link_libraries(<target>
<PRIVATE|PUBLIC|INTERFACE> <lib> ...
[<PRIVATE|PUBLIC|INTERFACE> <lib> ... ] ...])