summaryrefslogtreecommitdiffhomepage
path: root/tools/steps.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/steps.toml')
-rw-r--r--tools/steps.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/steps.toml b/tools/steps.toml
new file mode 100644
index 0000000..f9e3734
--- /dev/null
+++ b/tools/steps.toml
@@ -0,0 +1,8 @@
+compiler_path = "clang++"
+compiler_std = "c++20"
+headers_path = [ "../lib", "../lib/libocl/dev/", "/opt/homebrew/Cellar/boost/1.89.0/include" ]
+sources_path = [ "steps.cc" ]
+output_name = "steps.o"
+compiler_flags = [ "-fPIC" ]
+cpp_macros = [ "__NE_STEPS__" ]
+run_after_build = false