Commit 04c73f86 authored by Andreas Schuh's avatar Andreas Schuh

doc: Remove no longer needed include_directories command from example

parent 957f0d29
......@@ -97,8 +97,6 @@ translates directly to Python.</p>
<pre>
find_package (gflags REQUIRED)
include_directories (${gflags_INCLUDE_DIR})
add_executable (foo main.cc)
target_link_libraries (foo gflags)
</pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment