Update CMakeLists.txt

This commit is contained in:
Simon
2022-04-19 15:28:06 +08:00
committed by GitHub
parent 59f2a8b1a0
commit a6216e95a3

View File

@@ -206,8 +206,8 @@ add_executable(x509_reqtest tests/x509_reqtest.c)
target_link_libraries (x509_reqtest LINK_PUBLIC gmssl)
add_executable(x509_crltest tests/x509_crltest.c)
target_link_libraries (x509_crltest LINK_PUBLIC gmssl)
add_executable(x509_exttest tests/x509_exttest.c)
target_link_libraries (x509_exttest LINK_PUBLIC gmssl)
#add_executable(x509_exttest tests/x509_exttest.c)
#target_link_libraries (x509_exttest LINK_PUBLIC gmssl)
add_executable(zuctest tests/zuctest.c)
target_link_libraries (zuctest LINK_PUBLIC gmssl)