/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to apps/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-27 00:28:57 UTC
  • Revision ID: csa@suren.me-20150427002857-82fk6r3e8rfgy4wr
First stand-alone ipecamera implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories(
2
 
    ${CMAKE_SOURCE_DIR}
3
 
)
4
 
 
5
 
link_directories(${UFODECODE_LIBRARY_DIRS})
6
 
 
7
 
add_executable(xilinx xilinx.c)
8
 
target_link_libraries(xilinx pcilib rt)
9
 
 
10
 
add_executable(lorenzo_ipedma_test lorenzo_ipedma_test.c)
11
 
target_link_libraries(lorenzo_ipedma_test pcilib rt)
12
 
 
13
 
add_executable(pio_test pio_test.c)
14
 
target_link_libraries(pio_test pcilib rt)
15
 
 
16
 
add_executable(compare_to_value compare_to_value.c)
17
 
 
18
 
add_executable(heb_strip_bad_values heb_strip_bad_values.c)
19
 
add_executable(check_counter check_counter.c)