commit | cbc174013eedab79f57278cc295805db2dc06601 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Mon Jan 21 21:00:30 2019 -0800 |
committer | Austin Schuh <austin@peloton-tech.com> | Mon Jan 21 21:00:30 2019 -0800 |
tree | 27ada7a0ee2325e2b627b3e9b016ea82b1055938 |
Squashed 'third_party/google-benchmark/' content from commit 785e2c3 Change-Id: Iaaca5eca89f717081452e643a233e86425b03e89 git-subtree-dir: third_party/google-benchmark git-subtree-split: 785e2c3158589e8ef48c59ba80e48d76bdbd8902
diff --git a/cmake/split_list.cmake b/cmake/split_list.cmake new file mode 100644 index 0000000..67aed3f --- /dev/null +++ b/cmake/split_list.cmake
@@ -0,0 +1,3 @@ +macro(split_list listname) + string(REPLACE ";" " " ${listname} "${${listname}}") +endmacro()