Hi Avi. On Sat, Aug 15, 2015 at 1:54 AM, Tevet, Avi A <[email protected]> wrote:
> Hi all, > > > [...] > > > > I don’t know if this is related, but when I look inside the generated VS > projects for the dependencies, I see the “CMake Rules” directory full of > *.rule files, but they are all effectively empty, containing just the text “# > generated from CMake”. > Just to address this bit: that's correct. The rule file's contents are irrelevant, it just has to exist as a file. CMake attaches "custom build rules" to this file in the VS project, and these rules are stored in the vc[x]proj. Petr
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
