summaryrefslogtreecommitdiffhomepage
path: root/posix.json
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-10-22 20:49:53 +0200
committerAmlal <amlal@zka.com>2024-10-22 20:49:53 +0200
commit37be901c97e89f6ebb24e87933ddf57cd57371d5 (patch)
tree7e21246231d8196cd5b46d4caca1d44b977216a4 /posix.json
parentb277464db34e1097a1feee01b18320058cd13b68 (diff)
IMP: Refactor of the source code.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'posix.json')
-rw-r--r--posix.json24
1 files changed, 8 insertions, 16 deletions
diff --git a/posix.json b/posix.json
index fd083e3..785b7b1 100644
--- a/posix.json
+++ b/posix.json
@@ -1,17 +1,9 @@
{
- "compiler_path": "g++",
- "compiler_std": "c++20",
- "headers_path": [
- "inc",
- "vendor"
- ],
- "sources_path": [
- "src/*.cxx",
- "cli/*.cxx"
- ],
- "output_name": "btb",
- "compiler_flags": [
- "-fPIC"
- ],
- "run_after_build": false
-} \ No newline at end of file
+ "compiler_path": "g++",
+ "compiler_std": "c++20",
+ "headers_path": ["inc", "vendor"],
+ "sources_path": ["src/*.cc", "cli/*.cc"],
+ "output_name": "btb",
+ "compiler_flags": ["-fPIC"],
+ "run_after_build": false
+}