Add the missing linkage of jsoncpp to autotest

This commit is contained in:
Chunting Gu
2019-04-18 09:49:39 +08:00
parent ba9f6c4c23
commit c8409dbdf2
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ if(UNIX)
endif()
add_executable(${AT_TARGET_NAME} ${AT_SRCS})
target_link_libraries(${AT_TARGET_NAME} webcc gtest ${TEST_LIBS})
target_link_libraries(${AT_TARGET_NAME} webcc jsoncpp gtest ${TEST_LIBS})