CMakeLists.txt 161 Bytes
Newer Older
1 2 3 4 5
add_executable(benchmark_fft main.cpp)
target_link_libraries(benchmark_fft pls)
if(EASY_PROFILER)
    target_link_libraries(benchmark_fft easy_profiler)
endif()