summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-02-06 16:24:15 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2025-02-06 16:24:15 -0500
commit823bf4b74ced3007f3c74e2db096ef18c9441bb4 (patch)
tree856105f8ed2acd631b625288f5afd8def6754195 /CMakeLists.txt
parentfd0e99e618319974320ed3fb49535aec501be1fb (diff)
downloaddynamic-extension-823bf4b74ced3007f3c74e2db096ef18c9441bb4.tar.gz
CMakeLists update
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fafc9bb..644d1de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -286,6 +286,7 @@ if (vldb_bench)
endif()
if (tail_bench)
+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin/benchmarks")
# add_executable(config_sweep ${CMAKE_CURRENT_SOURCE_DIR}/benchmarks/tail-latency/config_sweep.cpp)
# target_link_libraries(config_sweep PUBLIC gsl pthread atomic)
# target_include_directories(config_sweep PRIVATE include external external/m-tree/cpp external/PGM-index/include external/PLEX/include benchmarks/include external/psudb-common/cpp/include)