mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
ad28dc1fa0
commit
4e233c682d
1 changed files with 2 additions and 1 deletions
|
@ -390,6 +390,7 @@ endif (Qt5_FOUND)
|
||||||
add_executable(
|
add_executable(
|
||||||
proxmark3
|
proxmark3
|
||||||
${TARGET_SOURCES}
|
${TARGET_SOURCES}
|
||||||
|
${ADDITIONAL_SRC}
|
||||||
)
|
)
|
||||||
|
|
||||||
find_library(jansson REQUIRED)
|
find_library(jansson REQUIRED)
|
||||||
|
@ -419,4 +420,4 @@ add_custom_command(OUTPUT lualibs/mfc_default_keys.lua
|
||||||
#"make package" will trigger this
|
#"make package" will trigger this
|
||||||
SET(CPACK_GENERATOR "DEB")
|
SET(CPACK_GENERATOR "DEB")
|
||||||
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Iceman")
|
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Iceman")
|
||||||
INCLUDE(CPack)
|
INCLUDE(CPack)
|
||||||
|
|
Loading…
Reference in a new issue