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> ...@@ -97,8 +97,6 @@ translates directly to Python.</p>
<pre> <pre>
find_package (gflags REQUIRED) find_package (gflags REQUIRED)
include_directories (${gflags_INCLUDE_DIR})
add_executable (foo main.cc) add_executable (foo main.cc)
target_link_libraries (foo gflags) target_link_libraries (foo gflags)
</pre> </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