diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 15:10:25 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-13 15:10:25 +0100 |
commit | 76c0e81b168506ab602049b151693d8aee3c932a (patch) | |
tree | ba4b1703816e5a25553c5a2bb0b561aac28c797d /ipecamera | |
parent | 258fc6e84ec0d8b5597c1b0ba1f37d8b20a01297 (diff) | |
download | pcitool-76c0e81b168506ab602049b151693d8aee3c932a.tar.gz pcitool-76c0e81b168506ab602049b151693d8aee3c932a.tar.bz2 pcitool-76c0e81b168506ab602049b151693d8aee3c932a.tar.xz pcitool-76c0e81b168506ab602049b151693d8aee3c932a.zip |
Add install targets to cmake
Diffstat (limited to 'ipecamera')
-rw-r--r-- | ipecamera/CMakeLists.txt | 3 |
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 +) |