cmake: add proper include and library dependencies
authorPetr Štetiar <ynezz@true.cz>
Tue, 17 Sep 2019 13:31:08 +0000 (15:31 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 08:09:18 +0000 (09:09 +0100)
commitfa0bf4ef45b122b21bea2397d10c47f8f874cb7f
tree44ae2106ed7ee0f2b0476fc649b85f523ab39484
parente4bd927cc7c756de5f3005824b63a7a6d827e1ee
cmake: add proper include and library dependencies

Otherwise it's not possible to compile it properly if the dependencies
are not installed in the standard include/libraries paths.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
CMakeLists.txt