The CMakeList.txt on the project root has such lines:
find_package(PkgConfig REQUIRED)
pkg_check_modules(LZ4 REQUIRED liblz4)
But I think it would be better if we can freely specify LZ4 include/lib directories in cmake command line like other libraries.