diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a3209e..f93b944 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,6 +96,10 @@ add_executable(hotstuff-keygen src/hotstuff_keygen.cpp) target_link_libraries(hotstuff-keygen hotstuff_static) +add_executable(hotstuff-tls-keygen + src/hotstuff_tls_keygen.cpp) +target_link_libraries(hotstuff-tls-keygen hotstuff_static) + find_package(Doxygen) if (DOXYGEN_FOUND) add_custom_target(doc |