Hi, > But I can't find anything related with CMake+gnulib integration. So my > question is if you have any experience about how to use gnulib with > cmake?
See the thread that starts at <https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00047.html>. > Could you please explain the steps to build a simple project with a > gnulib module by hand (no autotools, bootstrap or anything) Use of gnulib requires autoconf and either automake or GNU make. There is no way to use it without autoconf. Read <https://www.gnu.org/software/gnulib/manual/html_node/Invoking-gnulib_002dtool.html>. Bruno