We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f739d89 commit 4996b21Copy full SHA for 4996b21
README.md
@@ -63,7 +63,7 @@ FetchContent_Declare(
63
)
64
FetchContent_MakeAvailable(slick-queue)
65
66
-target_link_libraries(your_target PRIVATE slick::queue)
+target_link_libraries(your_target PRIVATE slick::slick-queue)
67
```
68
69
## Usage
0 commit comments