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