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.
所以每当我使用终端编译我的代码时,我都必须编译:
-lSDL -lGL -lGLU
如何在代码块中执行此操作?我已经尝试将它们放入项目的构建选项中,但这并没有解决任何问题。
编辑:我也尝试过设置程序参数,但没有奏效......
选项-l是链接器选项。您可以在链接器设置选项卡(在构建选项中)添加要链接的库。使用添加按钮,您可以添加库 GL、GLU 和 SDL。
-l