prototype
This commit is contained in:
11
internal/global/project_file.go
Normal file
11
internal/global/project_file.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package global
|
||||
|
||||
type ProjectFile struct {
|
||||
ProjectName string `json:"project_name"`
|
||||
Target string `json:"target"`
|
||||
Modules []IncludeModule `json:"include_modules"`
|
||||
}
|
||||
type IncludeModule struct {
|
||||
CFile string `json:"c_file"`
|
||||
CHeader string `json:"c_header"`
|
||||
}
|
||||
Reference in New Issue
Block a user