mirror of
https://github.com/0x221E/ibuild.git
synced 2026-01-18 02:42:20 +00:00
Feature: Add command execution on child processes feature
Temporary: Add configuration sample for forward compatibility
This commit is contained in:
15
src/config.h
Normal file
15
src/config.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#include "string.h"
|
||||
|
||||
struct Configuration
|
||||
{
|
||||
StringView compiler_path;
|
||||
StringView src_dir;
|
||||
StringView* src_files;
|
||||
};
|
||||
|
||||
typedef struct Configuration Configuration;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user