summaryrefslogtreecommitdiffstats
path: root/ipecamera
diff options
context:
space:
mode:
Diffstat (limited to 'ipecamera')
-rw-r--r--ipecamera/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipecamera/CMakeLists.txt b/ipecamera/CMakeLists.txt
index 029993c..87699fa 100644
--- a/ipecamera/CMakeLists.txt
+++ b/ipecamera/CMakeLists.txt
@@ -6,3 +6,6 @@ set(HEADERS ${HEADERS} ipecamera.h model.h reader.h events.h data.h public.h pri
add_library(ipecamera STATIC ipecamera.c model.c reader.c events.c data.c)
+install(FILES ipecamera.h
+ DESTINATION include
+)