Hi All, I'm using execute_process to generate sources and additional CMakeLists.txt file that then get included in the build. Is there a way for me to tell CMake what source files my command relies on so it knows when it needs to do a reconfiguration? For instance, if I touch the python script that generates the source files, I'd like running make to properly reconfigure if the change causes new source files to get created.
Thanks!
-- 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: https://cmake.org/mailman/listinfo/cmake