aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-12-19 17:29:17 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-12-19 18:56:16 +0100
commit1922341e2aa1c8a9f578c33315c3a3842a437fd2 (patch)
tree92d162fe70dc158a8b6ec82ffb9e2cf2ad2fdb28 /DefineOptions.cmake
parentbcfab67daf09dda4aa71ea715ab999affdf67987 (diff)
downloadlibssh-1922341e2aa1c8a9f578c33315c3a3842a437fd2.tar.gz
libssh-1922341e2aa1c8a9f578c33315c3a3842a437fd2.tar.xz
libssh-1922341e2aa1c8a9f578c33315c3a3842a437fd2.zip
New benchmarks directory
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 3d9dc642..17abbd15 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -10,6 +10,7 @@ option(WITH_PCAP "Compile with Pcap generation support" ON)
option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF)
option(WITH_TESTING "Build with unit tests" OFF)
option(WITH_CLIENT_TESTING "Build with client tests; requires a running sshd" OFF)
+option(WITH_BENCHMARKS "Build benchmarks tools" OFF)
if (WITH_TESTING)
set(WITH_STATIC_LIB ON)
endif (WITH_TESTING)