Update CMakeLists.txt

This commit is contained in:
Token2
2024-06-26 09:13:23 +02:00
committed by GitHub
parent d66fa6d2c0
commit 28657dbde2

View File

@@ -36,7 +36,7 @@ if(NOT MSVC)
endif() endif()
add_executable(fido2-token add_executable(fido2-token2
fido2-token.c fido2-token.c
base64.c base64.c
bio.c bio.c
@@ -49,7 +49,7 @@ add_executable(fido2-token
${COMPAT_SOURCES} ${COMPAT_SOURCES}
) )
target_link_libraries(fido2-token ${CRYPTO_LIBRARIES} ${_FIDO2_LIBRARY}) target_link_libraries(fido2-token2 ${CRYPTO_LIBRARIES} ${_FIDO2_LIBRARY})
install(TARGETS fido2-token2 install(TARGETS fido2-token2
DESTINATION ${CMAKE_INSTALL_BINDIR}) DESTINATION ${CMAKE_INSTALL_BINDIR})