From 4416c21f1b0e840b3c4d78e67a095a681ee00e96 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Thu, 16 Feb 2023 09:01:23 -0600 Subject: [PATCH] Build and install hash22calc. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86bc970c6..807aacd20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1172,6 +1172,9 @@ target_link_libraries (wsprcode wsjt_fort wsjt_cxx) add_executable (encode77 lib/77bit/encode77.f90) target_link_libraries (encode77 wsjt_fort wsjt_cxx) +add_executable (hash22calc lib/77bit/hash22calc.f90) +target_link_libraries (hash22calc wsjt_fort wsjt_cxx) + add_executable (wsprsim ${wsprsim_CSRCS}) target_link_libraries (wsprsim ${LIBM_LIBRARIES})