summaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
blob: 761bb2baf7b101d939f60cb5eca1d5685278c284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories(
    ${CMAKE_SOURCE_DIR}
    ${PCILIB_INCLUDE_DIRS}
)

link_directories(
    ${CMAKE_BINARY_DIR}
    ${PCILIB_LIBRARY_DIRS}
)


add_executable(grab grab.c)
target_link_libraries(grab ${PCILIB_LIBRARIES} ipecamera)