x264ΒΆ

hunter_add_package(x264)
find_package(x264 CONFIG REQUIRED)

add_executable(boo example.c)
target_link_libraries(boo PRIVATE PkgConfig::x264)