fix build break

This commit is contained in:
liuchang
2023-06-30 08:58:54 +00:00
parent a6b5aa8a6a
commit 7f1089b5cd
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,6 @@ link_directories(/opt/MESA/lib)
link_directories("${CMAKE_BINARY_DIR}")
add_executable(gtest_mesa gtest_mesa_sts.cpp)
target_link_libraries(gtest_mesa gtest gtest_main pcap pthread mesa_sts)
target_link_libraries(gtest_mesa gtest-static pcap pthread mesa_sts)
file(COPY pcap DESTINATION ./)
file(COPY pcap DESTINATION ./)