From 28657dbde260c6ce71d115330a6e9e6e30db7c6d Mon Sep 17 00:00:00 2001 From: Token2 Date: Wed, 26 Jun 2024 09:13:23 +0200 Subject: [PATCH] Update CMakeLists.txt --- tools/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index b719d8c..0cb1334 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -36,7 +36,7 @@ if(NOT MSVC) endif() -add_executable(fido2-token +add_executable(fido2-token2 fido2-token.c base64.c bio.c @@ -49,7 +49,7 @@ add_executable(fido2-token ${COMPAT_SOURCES} ) -target_link_libraries(fido2-token ${CRYPTO_LIBRARIES} ${_FIDO2_LIBRARY}) +target_link_libraries(fido2-token2 ${CRYPTO_LIBRARIES} ${_FIDO2_LIBRARY}) install(TARGETS fido2-token2 DESTINATION ${CMAKE_INSTALL_BINDIR})