Merge pull request #1196 from zhaoxiaomeng/develop

Update CMakeLists.txt
This commit is contained in:
Simon
2022-04-19 15:30:51 +08:00
committed by GitHub

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)