We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe121a commit 54ba420Copy full SHA for 54ba420
README.md
@@ -23,7 +23,7 @@ Then just type this in your `CMakeLists.txt`:
23
add_subdirectory(i3ipc++)
24
25
include_directories(${I3IPCpp_INCLUDE_DIRS})
26
-link_directories(${I3IPCpp_LIBRARY_DIRS)
+link_directories(${I3IPCpp_LIBRARY_DIRS})
27
...
28
```
29
0 commit comments