/alps/fwbench

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/fwbench

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-04-13 19:29:16 UTC
  • Revision ID: csa@dside.dyndns.org-20120413192916-zn0x5i17epujbj1t
Support RAW devices by seqreader

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
)
35
35
 
36
36
add_executable(fwbench fwbench.c)
 
37
add_executable(seqreader seqreader.c)
37
38
 
38
39
if (USE_UFO_GENERATOR)
39
40
    target_link_libraries(fwbench m ufo fastwriter ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES})