/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to ipecamera/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-20 20:01:04 UTC
  • Revision ID: csa@suren.me-20150420200104-b5xny65io8lvoz3w
Big redign of model structures

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories(
2
 
    ${CMAKE_SOURCE_DIR}
3
 
    ${UFODECODE_INCLUDE_DIRS}
4
 
)
5
 
 
6
 
set(HEADERS ${HEADERS} ipecamera.h model.h reader.h events.h data.h public.h private.h)
7
 
 
8
 
add_library(ipecamera STATIC ipecamera.c model.c reader.c events.c data.c)
9
 
 
10
 
install(FILES ipecamera.h
11
 
    DESTINATION include
12
 
)