doc: Use "gflags" as link dependency instead of ${gflags_LIBRARIES}

This commit is contained in:
Andreas Schuh 2015-03-25 03:13:22 +00:00
parent 745082dbd3
commit e1d15b3340

View file

@ -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>