Wes McKinney created ARROW-8116:
-----------------------------------
Summary: [C++] Create CMake utility to streamline creating
ADD_$COMPONENT_TEST helper functions
Key: ARROW-8116
URL: https://issues.apache.org/jira/browse/ARROW-8116
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Wes McKinney
There is a lot of boilerplate associated with adding CMake scaffolding to
support the development of new C++ project components. We should look if there
is enough commonality to extract some reusable CMake code to reduce this
boilerplate
Examples
* https://github.com/apache/arrow/blob/master/cpp/src/parquet/CMakeLists.txt#L42
*
https://github.com/apache/arrow/blob/master/cpp/src/arrow/dataset/CMakeLists.txt#L71
* https://github.com/apache/arrow/blob/master/cpp/src/plasma/CMakeLists.txt#L203
--
This message was sent by Atlassian Jira
(v8.3.4#803005)