/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: 2016-02-23 06:20:33 UTC
  • mfrom: (346.1.18 pcitool)
  • Revision ID: csa@suren.me-20160223062033-mz8qkpm1a2oioveb
Merge Python scripting support from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
add_executable(heb_strip_bad_values heb_strip_bad_values.c)
19
19
add_executable(check_counter check_counter.c)
 
20
 
 
21
add_executable(test_multithread test_multithread.c)
 
22
target_link_libraries (test_multithread pcilib ${CMAKE_THREAD_LIBS_INIT})