From 1c96244c6b3bf78620fbd74a2f99c6bbf31d96cd Mon Sep 17 00:00:00 2001 From: Jianping Wu Date: Sat, 9 Mar 2019 00:42:20 -0800 Subject: [PATCH] Make sure executable keva-stratum is built. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86ef60e..4fe8fff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,3 +4,5 @@ project(keva-stratum) add_subdirectory(cnutil) +add_custom_target(build ALL DEPENDS cnutil COMMAND go build) +