nostrdb: pull latest, adding flatcc and lmdb
This commit is contained in:
16
nostrdb/flatcc/CMakeLists.txt
Normal file
16
nostrdb/flatcc/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
include_directories (
|
||||
"${PROJECT_SOURCE_DIR}/include"
|
||||
)
|
||||
|
||||
add_library(flatccrt
|
||||
builder.c
|
||||
emitter.c
|
||||
refmap.c
|
||||
verifier.c
|
||||
json_parser.c
|
||||
json_printer.c
|
||||
)
|
||||
|
||||
if (FLATCC_INSTALL)
|
||||
install(TARGETS flatccrt DESTINATION ${lib_dir})
|
||||
endif()
|
||||
Reference in New Issue
Block a user