Skip to content

Commit c9aad8a

Browse files
committed
update CONTRIBUTING.md
1 parent 52b47b0 commit c9aad8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyabacus/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pyabacus/
4242
└── CMakeLists.txt
4343
```
4444

45+
Our project is built using [pybind11](http://github.com/pybind/pybind11) and [scikit-build-core](https://scikit-build-core.readthedocs.io/) for facilitating the `CMake` build toolchain. So the `CMakeLists.txt` configuration is the key to thoroughly understanding the project structure.
46+
4547
### Root CMake Configuration
4648

4749
The `CMakeLists.txt` in root directory is the main configuration file for the pyabacus project. It sets up the project, finds necessary dependencies, configures build options, and includes subdirectories for different modules. Below is a detailed explanation of each section of the file:

0 commit comments

Comments
 (0)