1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

benchmark: Add explicit extension

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Jakub Jelen
2022-06-20 11:38:39 +02:00
parent 65256ad5f6
commit f18cc433db

View File

@ -1,7 +1,7 @@
project(libssh-benchmarks C) project(libssh-benchmarks C)
set(benchmarks_SRCS set(benchmarks_SRCS
bench_scp.c bench_sftp bench_raw.c benchmarks.c latency.c bench_scp.c bench_sftp.c bench_raw.c benchmarks.c latency.c
) )
include_directories(${libssh_BINARY_DIR}) include_directories(${libssh_BINARY_DIR})