/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 apps/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:
9
9
 
10
10
add_executable(lorenzo_ipedma_test lorenzo_ipedma_test.c)
11
11
target_link_libraries(lorenzo_ipedma_test pcilib rt)
 
12
set_target_properties(lorenzo_ipedma_test PROPERTIES COMPILE_FLAGS -Wno-array-bounds)
12
13
 
13
14
add_executable(pio_test pio_test.c)
14
15
target_link_libraries(pio_test pcilib rt)