Here is the process to find out which file creates any generated file: 1. get the name of file you are interested 2. clone zeromq/zproject 3. search for the filename you are interested in *.gsl:
O:\git\zproject>findstr /c:CMakeLists.txt *.gslzproject_cmake.gsl:.output "CMakeLists.txt"zproject_java.gsl:.output "$(topdir)/CMakeLists.txt"zproject_java.gsl:.output "$(topdir)/android/CMakeLists.txt" So in your case, I believe zproject/zproject_cmake.gsl is the file that generates it > On Wed, Apr 6, 2016 at 7:38 AM Matjaž Ostroveršnik < > matjaz.ostrovers...@gmail.com> wrote: > >> Hi all, >> >> I am in process of experimenting with malamute. In order to play with it, >> the development environment needs to be configured. >> Below is my experience with malamute & eclipse & cmake. Perhaps someone >> can shorten his/her environment establishing time. :-) >> >
_______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev