当我在Visual Studio中使用target_precompile_headers()
时,我会得到以下结构:
+-- Precompile Header File
| |
| +-- cmake_pch.hxx
| +-- cmake_pch.hxx
| +-- cmake_pch.hxx
| +-- cmake_pch.hxx
+-- Source Files
| |
| +-- cmake_pch.cxx
在此方法之后调用source_group()
不起作用。如何将这些文件组合在一起?
1条答案
按热度按时间jdzmm42g1#
例如,您可以制作:
没有cmake变量包含
CMakeFiles/${PROJECT_NAME}.dir
的路径,因此上面的用法是一个黑客。结果: