summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-12-12 22:20:43 +0100
committerTyge Løvset <[email protected]>2021-12-12 22:20:43 +0100
commitc8acb5c9dded30350f294e70b55c33ad177c2049 (patch)
treeb4dfab3ac0754ecd9e89604a6754e21fe1988a30 /CMakeLists.txt
parent9c6be40eeba170502f1cdd5c3e933b6616ca7c3f (diff)
downloadSTC-modified-c8acb5c9dded30350f294e70b55c33ad177c2049.tar.gz
STC-modified-c8acb5c9dded30350f294e70b55c33ad177c2049.zip
Try fix ptr_elems.c. Some more docs for cbox. Temporarily comment out benchmark Action
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6389259c..928ddd87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,10 +12,10 @@ if(BUILD_TESTING)
target_link_libraries(${name} PRIVATE stc m)
add_test(NAME ${name} COMMAND ${name})
endforeach()
- foreach(name IN ITEMS cdeq clist cmap csmap cvec)
- add_executable(${name} benchmarks/plotbench/${name}_benchmark.cpp)
- target_link_libraries(${name} PRIVATE stc m)
- add_test(NAME ${name} COMMAND ${name})
- endforeach()
+ # foreach(name IN ITEMS cdeq clist cmap csmap cvec)
+ # add_executable(${name} benchmarks/plotbench/${name}_benchmark.cpp)
+ # target_link_libraries(${name} PRIVATE stc m)
+ # add_test(NAME ${name} COMMAND ${name})
+ # endforeach()
endif()