diff --git a/pm3rdv4rrg/src/main/cpp/CMakeLists.txt b/pm3rdv4rrg/src/main/cpp/CMakeLists.txt new file mode 100644 index 00000000..7c2abdb9 --- /dev/null +++ b/pm3rdv4rrg/src/main/cpp/CMakeLists.txt @@ -0,0 +1,7 @@ +# version +cmake_minimum_required(VERSION 3.4.1) + +# bzip2 dep +include(cmake/bzip2.cmake) +# pm3 client +add_subdirectory(proxmark3/client/android) \ No newline at end of file