Hi, > As far as I understand it's possible to generate > Visual Studio project files using CMake. If this works well nothing > would prevent us from distributing the project files separately. Does > this sound acceptable?
there is one little pitfall here: CMake generated MSVC projects have a dependency to CMake. Each build step first "builds" a special target which checks if the CMake files have changed and reconfigure the project, if so. I haven't experience, yet, how much work it is to get rid of this dependency after the project files are generated. Anyway, I would like to have CMake files for ZeroMQ as it would enable us to directly access it in our build system. Andreas -- Dipl.-Inform. Andreas Kelle-Emden Virtual Reality Group, RWTH Aachen University Lehrstuhl für Informatik 12 (Hochleistungsrechnen) Rechen- und Kommunikationszentrum Seffenter Weg 23, 52074 Aachen Tel. +49 241 80-24866 Email [email protected] URL www.vr.rwth-aachen.de _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
