add_executable(benchmark_fft main.cpp) target_link_libraries(benchmark_fft pls) if(EASY_PROFILER) target_link_libraries(benchmark_fft easy_profiler) endif()