Skip to content

Commit

Permalink
Make run-benchmark depend on nl-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 25, 2016
1 parent b516715 commit 1bd5a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ project(MP_BENCHMARK)
add_subdirectory(mp)
add_executable(nl-benchmark nl-benchmark.cc)
target_link_libraries(nl-benchmark asl)
add_custom_target(run-benchmark COMMAND ${CMAKE_SOURCE_DIR}/nl-benchmark.py)
add_custom_target(run-benchmark
COMMAND ${CMAKE_SOURCE_DIR}/nl-benchmark.py DEPENDS nl-benchmark)

0 comments on commit 1bd5a43

Please sign in to comment.