/alps/fwbench

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

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-11-25 07:09:41 UTC
  • Revision ID: csa@dside.dyndns.org-20121125070941-p96btyg84ca93e1x
Use kernel asynchronous i/o in seqreader

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    target_link_libraries(fwbench m fastwriter ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES})
43
43
endif (USE_UFO_GENERATOR)
44
44
 
 
45
target_link_libraries(seqreader aio)
 
46
 
45
47
configure_file(config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)