You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`build-settings.json`: static settings for build process, including version of the dependencies. Used by CMake, Github Workflows and others.
5
+
-`ccache.conf`: configuration for ccache. Used by Github Workflows
6
+
7
+
Folder contents:
8
+
-`./cmake`: additional modules for CMake. Used by CMakeLists.txt.
9
+
-`./conan`: project's conan recipe. Used by `make` helpers (see below)
10
+
-`./debug`: (handcrafted) scripts for build debugging. Run on command line
11
+
-`./make`: underlying Python scripts of `make` wrapper - enabling `make deps`, `make <target>`, `make clean` etc. Called by `GNUMakefile` and `make.bat`
12
+
-`./wheels`: helpers for wheel building. Called by Github Workflows.
0 commit comments