summaryrefslogtreecommitdiffhomepage
path: root/tools/steps.toml
blob: 4d0de7cb22712759c211e5d1786f01b7bec0188a (plain)
1
2
3
4
5
6
7
8
compiler_path = "clang++"
compiler_std = "c++20"
headers_path = [ "../lib", "../lib/libocl/dev/", "/opt/homebrew/Cellar/boost/1.89.0/include" ]
sources_path = [ "StepsTool.cc" ]
output_name = "steps.o"
compiler_flags = [ "-fPIC" ]
cpp_macros = [ "__NE_STEPS__" ]
run_after_build = false