cmake HAVE_SNAPPY examples

arkdb/arkproxy cmake/snappy.cmake :24

ADD_DEFINITIONS(-DHAVE_SNAPPY=1)

flomesh-io/pipy deps/leveldb-1.23/CMakeLists.txt :42

check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)

flomesh-io/pipy deps/leveldb-1.23/CMakeLists.txt :277

endif(HAVE_SNAPPY)

bitcoin-sv/bitcoin-sv src/leveldb/CMakeLists.txt :41

check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)

bitcoin-sv/bitcoin-sv src/leveldb/CMakeLists.txt :272

endif(HAVE_SNAPPY)

Bitcoin-ABC/bitcoin-abc src/leveldb/CMakeLists.txt :137

endif (HAVE_SNAPPY)

SmartKeyerror/reading-source-code-of-leveldb-1.23 CMakeLists.txt :42

check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)

SmartKeyerror/reading-source-code-of-leveldb-1.23 CMakeLists.txt :275

endif(HAVE_SNAPPY)

utsaslab/pebblesdb CMakeLists.txt :84

check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)

utsaslab/pebblesdb CMakeLists.txt :153

endif (HAVE_SNAPPY)

peercoin/peercoin src/leveldb/CMakeLists.txt :39

check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)

peercoin/peercoin src/leveldb/CMakeLists.txt :268

endif(HAVE_SNAPPY)

AXErunners/axe src/leveldb/CMakeLists.txt :39

check_library_exists(snappy snappy_compress "" HAVE_SNAPPY)

AXErunners/axe src/leveldb/CMakeLists.txt :268

endif(HAVE_SNAPPY)

Blosc/c-blosc bench/CMakeLists.txt :40

endif (HAVE_SNAPPY)

Blosc/c-blosc bench/CMakeLists.txt :59

endif (HAVE_SNAPPY)

Blosc/c-blosc bench/CMakeLists.txt :78

endif (HAVE_SNAPPY)

Blosc/c-blosc bench/CMakeLists.txt :97

endif (HAVE_SNAPPY)

hlrs-vis/covise cmake/Using/UseSNAPPY.cmake :9

ADD_DEFINITIONS(-DHAVE_SNAPPY)