mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
doc: Use "gflags" as link dependency instead of ${gflags_LIBRARIES}
This commit is contained in:
parent
745082dbd3
commit
e1d15b3340
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ the gflags installation automatically.</p>
|
|||
imported gflags library target:</p>
|
||||
<pre>
|
||||
add_executable(foo main.cc)
|
||||
target_link_libraries(foo ${gflags_LIBRARIES})
|
||||
target_link_libraries(foo gflags)
|
||||
</pre>
|
||||
|
||||
<h2> <A name=define>DEFINE: Defining Flags In Program</A> </h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue