On 9. 6. 25 15:41, rin...@apache.org wrote:
Author: rinrab
Date: Mon Jun 9 13:41:13 2025
New Revision: 1926286
URL:http://svn.apache.org/viewvc?rev=1926286&view=rev
Log:
cmake: Generate def files in build time using an external script
extractor.cmake script (similarly to extractor.py).
* build/cmake/extractor.cmake: New file, with symbol scrapper code.
* CMakeLists.txt
(def generator): Generate def files using custom commands and
the extractor.cmake script.
Why? What's the difference, other than you're now spawning another
cmake process?
-- Brane