Subject: Visual Studio add-in: adding non-cmake files as dependencies to trigger re-generation Hello
Is there a way to let the Visual Studio CMake add-in know that it needs to regenerate the project when certain non-cmake files change? I'm reading lists of file names from non-cmake txt files with file(STRINGS ...) calls. The variable is then used to form lists of files that need to be compiled. I'm aware that I could have the lists in set(var ...) statements inside "includable" cmake files, but unfortunately I have to do it this way because the txt files are also digested by our legacy build system. Any advice much appreciated! Thank you in advance!
-- 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
