run cmake when adding file in eclipse

ぐ巨炮叔叔 提交于 2019-12-11 04:34:38

问题


I have a cmake build script which collects all the files in my eclipse project source directory. The problem is, that if I add a file, I should rerun cmake to collect this file and add it to the build scripts. Is there a possibility to trigger this automatically from eclipse when adding a file?

来源:https://stackoverflow.com/questions/26972630/run-cmake-when-adding-file-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!