Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,如果一个标头根据依赖于平台的配置检查定义了一些东西(例如 x86 和 x86-64 不同),它应该安装在哪里?
您不安装头文件。
您可以将它们放置在任何您想要的位置。在您的安装脚本中,您的条件只会在选择正确的分支时指向适当的文件。您可以在这些条件中放置您想要的任何文件路径。