Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 714 Bytes

util_linux.rst

File metadata and controls

33 lines (24 loc) · 714 Bytes

util linux

system ; util_linux

util_linux

hunter_add_package(util_linux)

find_package(blkid CONFIG REQUIRED)
find_package(fdisk CONFIG REQUIRED)
find_package(mount CONFIG REQUIRED)
find_package(smartcols CONFIG REQUIRED)
find_package(uuid CONFIG REQUIRED)

target_link_libraries(
    ...
    PkgConfig::blkid
    PkgConfig::fdisk
    PkgConfig::mount
    PkgConfig::smartcols
    PkgConfig::uuid
)