Commit 57c13239 authored by zhujiashun's avatar zhujiashun

fix test/CMakeLists.txt

parent 91530efc
......@@ -173,7 +173,7 @@ endif()
add_executable(test_butil ${TEST_BUTIL_SOURCES}
${CMAKE_CURRENT_BINARY_DIR}/iobuf.pb.cc
$<TARGET_OBJECTS:BUTIL_LIB>)
target_link_libraries(test_butil ${GTEST_LIB}
target_link_libraries(test_butil gtest
${GPERFTOOLS_LIBRARIES}
${DYNAMIC_LIB})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment