I have a folder with a bunch of cmake modules in it that contain my custom CMake code used across all projects.
I only generate for visual studio, so I was thinking it would be useful to have a dummy project in my solution named "_cmake" that contains nothing but my *.cmake files in it. How would I create such a project? It needs to show up in ANY solution opened that is generated at any level via call to project(). --------- Robert Dailey
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
