/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera
250 by Suren A. Chilingaryan
Added a small grabbing example
1
include_directories(
2
    ${CMAKE_SOURCE_DIR}
3
    ${PCILIB_INCLUDE_DIRS}
4
)
5
6
link_directories(
7
    ${CMAKE_BINARY_DIR}
8
    ${PCILIB_LIBRARY_DIRS}
9
)
10
11
12
add_executable(grab grab.c)
13
target_link_libraries(grab ${PCILIB_LIBRARIES} ipecamera)