summaryrefslogtreecommitdiffhomepage
path: root/example/example_02_libnebuild/posix.json
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_02_libnebuild/posix.json')
-rw-r--r--example/example_02_libnebuild/posix.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/example/example_02_libnebuild/posix.json b/example/example_02_libnebuild/posix.json
new file mode 100644
index 0000000..d7ef767
--- /dev/null
+++ b/example/example_02_libnebuild/posix.json
@@ -0,0 +1,20 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "../../include",
+ "../../vendor"
+ ],
+ "sources_path": [
+ "libnebuild.cc"
+ ],
+ "output_name": "./libnebuild.elf",
+ "compiler_flags": [
+ "-L/usr/lib",
+ "-lNeBuildKit"
+ ],
+ "cpp_macros": [
+ "FOO_MACRO"
+ ],
+ "run_after_build": true
+} \ No newline at end of file