cmake HAVE_KYOTOCABINET examples

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

check_cxx_source_compiles("
#include <kcpolydb.h>

int main() {
  kyotocabinet::TreeDB* db = new kyotocabinet::TreeDB();
  delete db;
  return 0;
}
  "  HAVE_KYOTOCABINET)

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

endif(HAVE_KYOTOCABINET)

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

check_cxx_source_compiles("
#include <kcpolydb.h>

int main() {
  kyotocabinet::TreeDB* db = new kyotocabinet::TreeDB();
  delete db;
  return 0;
}
  "  HAVE_KYOTOCABINET)

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

endif(HAVE_KYOTOCABINET)

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

check_cxx_source_compiles("
#include <kcpolydb.h>

int main() {
  kyotocabinet::TreeDB* db = new kyotocabinet::TreeDB();
  delete db;
  return 0;
}
  "  HAVE_KYOTOCABINET)

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

endif(HAVE_KYOTOCABINET)

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

check_cxx_source_compiles("
#include <kcpolydb.h>

int main() {
  kyotocabinet::TreeDB* db = new kyotocabinet::TreeDB();
  delete db;
  return 0;
}
  "  HAVE_KYOTOCABINET)

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

endif(HAVE_KYOTOCABINET)

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

check_cxx_source_compiles("
#include <kcpolydb.h>

int main() {
  kyotocabinet::TreeDB* db = new kyotocabinet::TreeDB();
  delete db;
  return 0;
}
  "  HAVE_KYOTOCABINET)

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

endif(HAVE_KYOTOCABINET)