wip replate json-cpp by json-c

This commit is contained in:
jbnadal
2018-04-03 18:26:16 +02:00
parent 52df6f68bd
commit 130f8bba33
21 changed files with 317 additions and 294 deletions

View File

@@ -33,5 +33,5 @@ target_include_directories (ubus-cpp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
install (TARGETS ubus-cpp LIBRARY DESTINATION local/lib)
file (GLOB headers $ENV{SRC_DIR}/src/lib/libubus-cpp/include/ubus-cpp/*)
file (GLOB headers ${workspaceRoot}/src/lib/libubus-cpp/include/ubus-cpp/*)
install (FILES ${headers} DESTINATION include/ubus-cpp)