summaryrefslogtreecommitdiffstats
path: root/ipecamera/CMakeLists.txt
blob: 029993cc791f57ec5b676f9a87cc04104a071c65 (plain)
1
2
3
4
5
6
7
8
include_directories(
    ${CMAKE_SOURCE_DIR}
)

set(HEADERS ${HEADERS} ipecamera.h model.h reader.h events.h data.h public.h private.h)

add_library(ipecamera STATIC ipecamera.c model.c reader.c events.c data.c)