From a045638dd0ca03a544d2985ec433d877c89e06f5 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 13 Sep 2020 01:33:32 +0200 Subject: [PATCH] add cmdhfst to android cmake --- client/android/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/client/android/CMakeLists.txt b/client/android/CMakeLists.txt index a55055770..28fc2021c 100644 --- a/client/android/CMakeLists.txt +++ b/client/android/CMakeLists.txt @@ -117,6 +117,7 @@ add_library(pm3rrg_rdv4 SHARED ${PM3_ROOT}/client/src/cmdhfmfhard.c ${PM3_ROOT}/client/src/cmdhfmfp.c ${PM3_ROOT}/client/src/cmdhfmfu.c + ${PM3_ROOT}/client/src/cmdhfst.c ${PM3_ROOT}/client/src/cmdhfthinfilm.c ${PM3_ROOT}/client/src/cmdhftopaz.c ${PM3_ROOT}/client/src/cmdhfwaveshare.c