CMakeLists.txt 225 Bytes
Newer Older
1 2
add_executable(benchmark_matrix_pls_v3 main.cpp)
target_link_libraries(benchmark_matrix_pls_v3 pls benchmark_runner benchmark_base)
3
if (EASY_PROFILER)
4
    target_link_libraries(benchmark_matrix_pls_v3 easy_profiler)
5
endif ()