Skip to content

Instantly share code, notes, and snippets.

@schuay
Created February 3, 2017 11:38
Show Gist options
  • Save schuay/19871bb686f0fec47d5ca1bf9e19266d to your computer and use it in GitHub Desktop.
Save schuay/19871bb686f0fec47d5ca1bf9e19266d to your computer and use it in GitHub Desktop.
diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt
index f2af0b5..6fa890c 100644
--- a/src/bench/CMakeLists.txt
+++ b/src/bench/CMakeLists.txt
@@ -26,6 +26,7 @@ target_link_libraries(random
skip_queue
spraylist
thread_local_ptr
+ rt
)
add_executable(shortest_paths shortest_paths.cpp util.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment