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