mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Merge pull request #1196 from zhaoxiaomeng/develop
Update CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user