From 029964a25cc8a19a28c4f1a3e323266be62395fb Mon Sep 17 00:00:00 2001 From: Yatish Turakhia Date: Tue, 21 May 2024 23:30:19 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8de17e2..10a2a28f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -301,6 +301,14 @@ else() ${PROTO_HDRS} ) + add_executable(ripples-fast + src/mutation_annotated_tree.cpp + src/usher_mapper.cpp + ${RIPPLES_FAST_SRCS} + ${PROTO_SRCS} + ${PROTO_HDRS} + ) + add_executable(usher-sampled ${USHER_SAMPLED_SRCS} ${PROTO_SRCS}