aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2018-06-10 14:24:29 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2018-06-10 15:12:01 +0200
commite8f1b85d7441a09fa30f27c720e5dff4f2b1aa71 (patch)
tree766cb6124ad82d6c446b96bc51fe824a12ce401f /CMakeLists.txt
parent4ae87e3ce2dd1ff326af38561740bd62315b51ba (diff)
downloadcmix-e8f1b85d7441a09fa30f27c720e5dff4f2b1aa71.tar.gz
cmix-e8f1b85d7441a09fa30f27c720e5dff4f2b1aa71.tar.bz2
cmix-e8f1b85d7441a09fa30f27c720e5dff4f2b1aa71.zip
Adds a microbenchmark executable.HEADmaster
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 226c73d..b9170d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,3 +76,4 @@ add_subdirectory(client)
add_subdirectory(statsd)
add_subdirectory(scratchpad)
+add_subdirectory(microbench)