2017-02-15 08:47:41 +00:00
|
|
|
|
|
|
|
include_directories( BEFORE ${INC_BEFORE} )
|
|
|
|
|
|
|
|
set( IOBENCHMARK_SRCS
|
|
|
|
io_benchmark.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable( io_benchmark
|
|
|
|
${IOBENCHMARK_SRCS}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries( io_benchmark
|
|
|
|
common
|
2018-10-06 14:35:17 +00:00
|
|
|
qa_utils
|
2017-02-15 08:47:41 +00:00
|
|
|
${wxWidgets_LIBRARIES}
|
|
|
|
)
|
|
|
|
|