Using a .pch file of static library in other project

你离开我真会死。 提交于 2019-12-11 09:09:56

问题


How can I use a .pch file of a static library in another project,which is using the library.


回答1:


In the project build settings, search for "pch".

There will be an item "Prefix Header" where you should enter the name of your PCH file.



来源:https://stackoverflow.com/questions/22400925/using-a-pch-file-of-static-library-in-other-project

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