CMakeLists.txt 220 Bytes
Newer Older
1
add_executable(benchmark_unbalanced main.cpp node.h function_node.cpp picosha2.h)
2 3 4 5
target_link_libraries(benchmark_unbalanced pls)
if (EASY_PROFILER)
    target_link_libraries(benchmark_unbalanced easy_profiler)
endif ()