You have to link against zlib. If you used: find_package(ZLIB). Then you should have: target_link_libraries(GzipTest ZLIB::ZLIB).
確定! 回上一頁