Add libcaption library

Manually merging/squashing from: https://github.com/szatmary/libcaption
This commit is contained in:
jp9000
2016-12-23 09:17:31 -08:00
parent 5868133587
commit 4f7ea15f42
47 changed files with 11887 additions and 0 deletions

4
deps/CMakeLists.txt vendored
View File

@@ -8,6 +8,10 @@ add_subdirectory(ipc-util)
add_subdirectory(libff)
add_subdirectory(file-updater)
if(BUILD_CAPTIONS)
add_subdirectory(libcaption)
endif()
find_package(Jansson 2.5 QUIET)
if(NOT JANSSON_FOUND)