Skip to content

sharpeye/liburing-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

liburing-cmake

usage:

...

include(FetchContent)

FetchContent_Declare(
    liburing_cmake
    GIT_REPOSITORY https://github.com/sharpeye/liburing-cmake.git
    GIT_TAG main
)

FetchContent_MakeAvailable(liburing_cmake)

...

target_link_libraries(foo PRIVATE liburing)

...

About

cmake scripts for liburing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages