From adafb89769a5e515ff785340a522c56851c00a58 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 8 Jul 2020 00:10:48 +0100 Subject: [PATCH] Install FST240 simulator --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 969e17e74..15cf9aed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1520,7 +1520,7 @@ install (TARGETS jt9 wsprd fmtave fcal fmeasure if(WSJT_BUILD_UTILS) install (TARGETS ft8code jt65code qra64code qra64sim jt9code jt4code - msk144code + msk144code fst240sim RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime )