diff --git a/ods/src/build.yaml b/ods/src/build.yaml new file mode 100644 index 0000000..ead5d18 --- /dev/null +++ b/ods/src/build.yaml @@ -0,0 +1,10 @@ +compilers: + cxx: clang++-5.0 + ld: clang++-5.0 + +targets: + cc: + ch01ex01: [] + ch01ex03: [] + ch01ex04: [] + ch01ex05: []