Gaetan Lehmann wrote: > > Here is a new version able to read the .idx files. > > Do you know how to build all the generated c++ files in a single > shared object, as is it currently done ? > Use cmake: ADD_LIBRARY(foo MODULE ${generated_source_files}) -Bill