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