summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f834aceb..6389259c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ if(BUILD_TESTING)
add_test(NAME ${name} COMMAND ${name})
endforeach()
foreach(name IN ITEMS cdeq clist cmap csmap cvec)
- add_executable(${name} benchmarks/${name}_benchmark.cpp)
+ add_executable(${name} benchmarks/plotbench/${name}_benchmark.cpp)
target_link_libraries(${name} PRIVATE stc m)
add_test(NAME ${name} COMMAND ${name})
endforeach()