nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

CMakeLists.txt (257B)


      1 if (FLATCC_NEED_C89_VAR_DECLS)
      2     MESSAGE( STATUS "Disabling monster sample: needed C99 style variable declarations not supported by target compiler")
      3 else()
      4 add_subdirectory(monster)
      5 endif()
      6 if (FLATCC_REFLECTION)
      7     add_subdirectory(reflection)
      8 endif()