Skip to content

Commit

Permalink
Fix the example project which the documentation refers too
Browse files Browse the repository at this point in the history
  • Loading branch information
caugonnet committed Oct 10, 2024
1 parent 87ef1d5 commit e5d50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e5d50ea

Please sign in to comment.