CMake wxWidgets DLL
我正在使用 CMake。我的应用程序使用 wxWidgets 的 DLL 版本。我将应用程序的 exe 文件输出到项目树中的特定位置(例如项目/bin)。自动将第 3 方共享库复制到可执行文件目录的过程的最佳方法是什么?
谢谢
I'm using CMake. My application uses DLL version of wxWidgets. I'm outputing the apllication's exe file to the specific location within the project tree (e.g. project/bin). What is the best way to automate the process of copying 3rd party shared libraries to executable's directory?
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您很有可能尝试使用 CPack 自动创建捆绑包。
与 wxArt2D 的描述相同:此处
另外,在 CMake 中,您可以使用像这样的构建后事件:
It is quite possible that you could try to automate the creation of bundle using CPack.
Same as described for wxArt2D: here
Also in CMake you can use post-build events like this: