Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CMakeLists.txt to project as build method #438

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 23, 2021

  1. Added support for CMake build system

    Created CMakeLists.txt and updated .gitignore accordingly. Having
    support for CMake enables liburing  to be added as a dependency via the
    FetchContent interface, so that other projects build and link against
    liburing on supported kernel versions even if no system installation is
    present. This can be useful on HPC systems or other shared clusters
    where the approval process for system-wide installation is slow. It also
    makes it easier for users to test and compare more recent versions of
    the library to an existing system installation.
    
    Signed-off-by: Alecto Perez <[email protected]>
    codeinred committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5c2d23a View commit details
    Browse the repository at this point in the history