Use main CMakeLists.txt manager all cmake project.

This commit is contained in:
dxl
2020-07-03 16:44:45 +08:00
parent 73492f1dcd
commit 70b0670344
+7
View File
@@ -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)