CMakeLists.txt 318 Bytes
Newer Older
1 2 3 4 5 6 7
add_executable(benchmark_matrix_then_fft_pls_v3 main.cpp)
target_link_libraries(benchmark_matrix_then_fft_pls_v3 pls benchmark_runner benchmark_base)
ADD_DEPENDENCIES(benchmark.pls benchmark_matrix_then_fft_pls_v3)

if (EASY_PROFILER)
    target_link_libraries(benchmark_matrix_then_fft_pls_v3 easy_profiler)
endif ()