diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-01 11:08:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-01 11:08:13 +0200 |
commit | 0dee00f28e623830e816c4002c8004c86055df85 (patch) | |
tree | 14c2a2abe241df53821bc585b7adeaff16c768cd /build/buildfile | |
parent | 276a0796a97b0a312c0071bba0bf924b5f5c6eee (diff) |
Implement initial C++ configuration support
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildfile b/build/buildfile index 95899fd..3fcc9f4 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,4 +1,4 @@ -cxx = cxx/{target rule} +cxx = cxx/{target rule module} config = config/{operation module} exe{b1}: cxx{b algorithm name operation spec scope variable target \ |