Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yatisht authored May 22, 2024
1 parent 2e9aa13 commit 029964a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 029964a

Please sign in to comment.