Geoffrey Viola

Results 4 comments of Geoffrey Viola

We may want to add some documentation for how to add a new constant, after we settle on the presentation.

What is the expectation for this support? 1. What kind of packaging should be considered: source, binary, both? 2. What build tools, operating systems, and compiler tools should be supported?...

Sounds good. It might do the right thing in CMake 3.29.0: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8956. Maybe, we should expect users to run `cmake --build` any way that makes sense on their own. In...

What you have seems reasonable. I bet most people fallback to getting the source and including it via `add_subdirectory` 🙃 Do you have to do extra stuff to make `cpack`...