4 lines
109 B
CMake
4 lines
109 B
CMake
## benchmark
|
|
add_executable(benchmark main.cc)
|
|
target_link_libraries(benchmark astaroth_core astaroth_utils)
|