/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-29 10:43:08 UTC
  • Revision ID: csa@dside.dyndns.org-20121129104308-tdjkr69asp33nctf
EDF reading emulation (iteration1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
add_executable(fwbench fwbench.c)
37
37
add_executable(seqreader seqreader.c)
 
38
add_executable(rndreader rndreader.c)
38
39
 
39
40
if (USE_UFO_GENERATOR)
40
41
    target_link_libraries(fwbench m ufo fastwriter ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES})
43
44
endif (USE_UFO_GENERATOR)
44
45
 
45
46
target_link_libraries(seqreader aio)
 
47
target_link_libraries(rndreader aio)
46
48
 
47
49
configure_file(config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)