Fix missing public include directory
authorRuslan Baratov <ruslan_baratov@yahoo.com>
Tue, 8 Sep 2015 21:33:31 +0000 (00:33 +0300)
committerRuslan Baratov <ruslan_baratov@yahoo.com>
Tue, 8 Sep 2015 21:33:31 +0000 (00:33 +0300)
commitccacef43627125fee3ba4c1079df01271e263fce
treeb404f541a0464f0a5a50f8c96be2fc96747d4ac5
parenta66751870fb4e6184ac0a58303cb1f97e499f5fe
Fix missing public include directory

Path "<prefix>/include" will not be added to the headers search of dependent
targets without specifying INSTALL_INTERFACE, i.e. compilation
will fail with error:

  "fatal error: 'glog/logging.h' file not found".
CMakeLists.txt