No description
  • PowerShell 61.3%
  • C 24.7%
  • CMake 12.9%
  • Go 1.1%
Find a file
Sett17 93a431538d feat: initial project setup with Go and C build scripts
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.
2024-06-22 21:46:00 +02:00
cmd feat: initial project setup with Go and C build scripts 2024-06-22 21:46:00 +02:00
lib feat: initial project setup with Go and C build scripts 2024-06-22 21:46:00 +02:00
.gitignore feat: initial project setup with Go and C build scripts 2024-06-22 21:46:00 +02:00
go.mod feat: initial project setup with Go and C build scripts 2024-06-22 21:46:00 +02:00