From e5d50eab385e3c2f1203ab3fb949c230417b1693 Mon Sep 17 00:00:00 2001 From: Cedric Augonnet Date: Thu, 10 Oct 2024 09:39:33 +0200 Subject: [PATCH] Fix the example project which the documentation refers too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ee963714f..bde08f2ac6c 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ conda install -c conda-forge cccl CCCL uses [CMake](https://cmake.org/) for all build and installation infrastructure, including tests as well as targets to link against in other CMake projects. Therefore, CMake is the recommended way to integrate CCCL into another project. -For a complete example of how to do this using CMake Package Manager see [our example project](examples/example_project). +For a complete example of how to do this using CMake Package Manager see [our basic example project](examples/basic). Other build systems should work, but only CMake is tested. Contributions to simplify integrating CCCL into other build systems are welcome.