We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c86203 commit 914cfd9Copy full SHA for 914cfd9
cpp/benchmarks/CMakeLists.txt
@@ -2,8 +2,8 @@ include_directories("${PROJECT_SOURCE_DIR}/cpp" "${CMAKE_CURRENT_BINARY_DIR}/inc
2
3
add_executable(measurement_operator utilities.cc measurement_operator.cc)
4
target_link_libraries(measurement_operator benchmark libpurify)
5
-add_executable(padmm utilities.cc padmm.cc)
6
-target_link_libraries(padmm benchmark libpurify)
+add_executable(algorithms utilities.cc algorithms.cc)
+target_link_libraries(algorithms benchmark libpurify)
7
add_executable(wavelet_operator utilities.cc wavelet_operator.cc)
8
target_link_libraries(wavelet_operator benchmark libpurify)
9
add_executable(fft utilities.cc fft.cc)
0 commit comments