osquery-1/osquery/database
Mike Arpaia ba89b67cc5 Install snappy headers instead of just the library
We found that not installing the headers for snappy caused RocksDB's
snappy detection to not find that snappy was installed:
https://goo.gl/YOWJl0

The snippet there requires that the headers are installed, not just the
library. By installing the headers, we can ensure that snappy is linked.

OR, alternatively, we could just leave it and not link snappy. It's
uncertain what the specific benefits of including snappy are for our
use-case. (CC @igorcanadi)
2015-07-01 16:14:06 -07:00
..
tests Install snappy headers instead of just the library 2015-07-01 16:14:06 -07:00
CMakeLists.txt TLS plugin workflow tests 2015-05-26 19:55:00 -07:00
database.cpp Migrate HTTP remote logger to TLS logger 2015-06-01 10:12:31 -07:00
db_handle.cpp Install snappy headers instead of just the library 2015-07-01 16:14:06 -07:00
db_handle.h TLS plugin workflow tests 2015-05-26 19:55:00 -07:00
query.cpp Install snappy headers instead of just the library 2015-07-01 16:14:06 -07:00
query.h TLS plugin workflow tests 2015-05-26 19:55:00 -07:00