add_executable(benchmark_unbalanced main.cpp node.h function_node.cpp picosha2.h) target_link_libraries(benchmark_unbalanced pls) if (EASY_PROFILER) target_link_libraries(benchmark_unbalanced easy_profiler) endif ()