No description
- PowerShell 61.3%
- C 24.7%
- CMake 12.9%
- Go 1.1%
This commit introduces the foundational structure for a new project, including the initial configuration for Go modules, PowerShell build scripts for managing C libraries, and the necessary CMake configuration for building shared libraries and executables. It sets up the project's .gitignore to exclude the build directory, establishes a basic Go program in cmd/main.go, and includes PowerShell scripts for building and optionally running the C library in development mode. Additionally, the C library source files and header are prepared, alongside its CMakeLists for compilation. This structure is essential for enabling seamless development and building processes for the project's components across different programming environments. |
||
|---|---|---|
| cmd | ||
| lib | ||
| .gitignore | ||
| go.mod | ||