Skip to content

Commit

Permalink
resolve corio linking issue (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad-Hussain31 authored Jan 27, 2024
1 parent 114d851 commit 4b52b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enable_testing()
set(CMAKE_CXX_STANDARD 20)

find_package(PkgConfig REQUIRED)
pkg_check_modules(CMOCKA REQUIRED cmocka)
pkg_check_modules(CMOCKA REQUIRED cmocka liburing)

add_subdirectory(coroio)

Expand Down

0 comments on commit 4b52b0d

Please sign in to comment.