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