make后,對(duì)‘LZ4_resetStreamHC’未定義的引用
2023-07-10 09:36 作者:LetaLovesU | 我要投稿
add this in CMakeLists.txt
find_library(LZ4_LIBRARIES NAMES liblz4.so HINTS "lz4/lib") link_libraries(${LZ4_LIBRARIES})
標(biāo)簽:
add this in CMakeLists.txt
find_library(LZ4_LIBRARIES NAMES liblz4.so HINTS "lz4/lib") link_libraries(${LZ4_LIBRARIES})