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