From 4e233c682de543508bb8b41be39056bdceb69f4a Mon Sep 17 00:00:00 2001 From: Iceman Date: Fri, 17 Apr 2020 06:43:16 +0200 Subject: [PATCH] Update CMakeLists.txt --- client/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index dbfc62cf0..76b280fe1 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -390,6 +390,7 @@ endif (Qt5_FOUND) add_executable( proxmark3 ${TARGET_SOURCES} + ${ADDITIONAL_SRC} ) find_library(jansson REQUIRED) @@ -419,4 +420,4 @@ add_custom_command(OUTPUT lualibs/mfc_default_keys.lua #"make package" will trigger this SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Iceman") -INCLUDE(CPack) \ No newline at end of file +INCLUDE(CPack)