You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
337 B
21 lines
337 B
6 years ago
|
include_directories(
|
||
|
${CMAKE_BINARY_DIR}
|
||
|
${CMAKE_CURRENT_BINARY_DIR}
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||
|
)
|
||
|
|
||
|
|
||
|
##### cardpincheck (executable)
|
||
|
|
||
|
tde_add_executable( cardpincheck
|
||
|
|
||
|
SOURCES
|
||
|
cardpincheck.c
|
||
|
LINK
|
||
|
${SSL_LIBRARIES}
|
||
|
${GNUTLS_LIBRARIES}
|
||
|
${LIBPKCS11-HELPER_LIBRARIES}
|
||
|
|
||
|
DESTINATION ${BIN_INSTALL_DIR}
|
||
|
)
|