diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-03 22:32:46 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-03 22:32:46 +0200 |
| commit | 65835ae45b44c6abf762961a1fd8c1489e2b9a78 (patch) | |
| tree | 241b090120b4d3b37d94de67ea1db344d2ae94a9 /tests/example.json | |
| parent | e631e5c0ceda0301a49a879178ba93c5141dccff (diff) | |
[IMP] Version 1.01: New CLI and new library.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'tests/example.json')
| -rw-r--r-- | tests/example.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/example.json b/tests/example.json index 6a14d63..32b21dc 100644 --- a/tests/example.json +++ b/tests/example.json @@ -2,8 +2,9 @@ "compiler_path": "g++", "compiler_std": "c++20", "headers_path": ["inc"], - "sources_path": ["tests/example.cxx"], + "sources_path": ["example.cxx"], "output_name": "example.elf", "compiler_flags": ["-fPIC"], - "cpp_macros": ["FOO_MACRO"] + "cpp_macros": ["FOO_MACRO"], + "run_after_build": true } |
