1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00
damus/nostrdb/flatcc/CMakeLists.txt

17 lines
259 B
CMake
Raw Normal View History

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()