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.
我想制作一个音频插件,作为音频单元或 VST 3。但是,在这两个框架下编译插件似乎是一个非常重量级的过程,仅提供 XCode 或 Visual Studio 项目文件作为示例。是否有使用 Makefile 或 CMake 脚本编译的准系统构建示例?
您可以随时查看 Xcode 使用的标志,并通过 CMake 将它们提供给 gcc。然而,实际的构建过程通常比构建工具和依赖分析器本身花费更多的时间。众所周知,C++ 编译器非常慢。