From eb5ab12e47dd1d97d8ceedb3b9692821a784178e Mon Sep 17 00:00:00 2001 From: huangxin Date: Tue, 17 Dec 2019 10:06:03 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E6=B7=BB=E5=8A=A0gtest=20CMa?= =?UTF-8?q?ke=20INSTALL=20=E9=85=8D=E7=BD=AE=20SOL=EF=BC=9A=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=BA=EF=BC=9Ahuangxin=20=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E4=BA=BA=EF=BC=9Ahuangxin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unit_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test/CMakeLists.txt b/unit_test/CMakeLists.txt index f96ac49..9c60001 100644 --- a/unit_test/CMakeLists.txt +++ b/unit_test/CMakeLists.txt @@ -46,4 +46,4 @@ ADD_EXECUTABLE(ztp_unit ${ZTPLIB_SRC} ${TEST_SRC}) TARGET_LINK_LIBRARIES(ztp_unit gtest_main -lpthread -lcjson -lconfig -lcurl) ADD_TEST(NAME ztp_unit_test COMMAND ztp_unit) -#INSTALL(TARGETS ztp_unit RUNTIME DESTINATION bin) \ No newline at end of file +INSTALL(TARGETS ztp_unit RUNTIME DESTINATION bin) \ No newline at end of file