cmake: use CMAKE_INSTALL_* variables
authorSergiy Kibrik <sakib@meta.ua>
Tue, 13 Oct 2015 20:30:42 +0000 (23:30 +0300)
committerJohn Crispin <blogic@openwrt.org>
Mon, 26 Oct 2015 03:32:22 +0000 (04:32 +0100)
commit5667e7de137340d4dd0a6e3f3ffcdea65d7bddb6
tree1354f118f4029f06442c0b6b179fb7ca7173e648
parentd5fddd91b966424bb63e943e789704d52382cc18
cmake: use CMAKE_INSTALL_* variables

Replace hard-coded installation directories with cmake-provided
variables, which gives more flexibility on where to install
final binaries. Great simplification for usage with e.g. BitBake recipes.

Signed-off-by: Sergiy Kibrik <sakib@meta.ua>
CMakeLists.txt