summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-11-06 23:21:44 +0100
committerTyge Løvset <[email protected]>2021-11-06 23:21:44 +0100
commit710c05f9e39dda47248bc860b1af16774f4baaa5 (patch)
treed2bc97790c75ec5647cb03e490eee79452b852b4 /CMakeLists.txt
parent52e35a16e81181aea361a8257d5d447b599a00ab (diff)
downloadSTC-modified-710c05f9e39dda47248bc860b1af16774f4baaa5.tar.gz
STC-modified-710c05f9e39dda47248bc860b1af16774f4baaa5.zip
Fix build_and_test
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()