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.
我正在尝试使用 cmake 构建 box2D。当我单击配置(并选择我的 Visual Studio 版本)时,cmake 开始工作,但它以错误消息结束:
您已经为 glfw 库调用了 ADD_LIBRARY,但没有任何源文件。这通常表明您的 CMakeLists.txt 文件存在问题 配置完成
您已经为 glfw 库调用了 ADD_LIBRARY,但没有任何源文件。这通常表明您的 CMakeLists.txt 文件存在问题
配置完成
有什么问题,我该如何解决?CMakeLists.txt 位于哪里,我如何编辑它以在没有错误的情况下构建?
这可能是这个库中的一个错误。尝试其他版本或发布错误。
这意味着根据这个文件,应该创建一个没有源文件的库(一个空库),这可能是错误。
CMakeLists.txt位于每个 cmake 源目录中,请确保您选择了正确的目录。
CMakeLists.txt