aboutsummaryrefslogtreecommitdiff
path: root/restapi/CMakeLists.txt
blob: 45a22c24f4d9d4ce9daf3ebb74a7ca3eff174498 (plain)
1
2
3
4
5
file(GLOB_RECURSE SOURCES *.c)

ADD_LIBRARY(restapi STATIC ${SOURCES})
add_dependencies(restapi cjson-build)
target_link_libraries(restapi common)