The include path for `watcher.pc` is set to `includedir=${prefix}/include/wtr`. https://github.com/e-dant/watcher/blob/release/CMakeLists.txt#L474 Otherwise, the C/C++ sample codes in README.md uses the following: ``` #include “wtr/watcher.hpp” #include “wtr/watcher-c.h” ``` Which include path is correct?
The include path for
watcher.pcis set toincludedir=${prefix}/include/wtr.https://github.com/e-dant/watcher/blob/release/CMakeLists.txt#L474
Otherwise, the C/C++ sample codes in README.md uses the following:
Which include path is correct?