summaryrefslogtreecommitdiffstats
path: root/ipecamera/CMakeLists.txt
blob: 87699faaed71588edaa1b0eaf60acd90dbbd025f (plain)
1
2
3
4
5
6
7
8
9
10
11
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)

install(FILES ipecamera.h
    DESTINATION include
)