博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
依赖库
阅读量:6611 次
发布时间:2019-06-24

本文共 627 字,大约阅读时间需要 2 分钟。

project(Viewer)cmake_minimum_required(VERSION 2.8)aux_source_directory(. SRC_LIST)add_executable(${PROJECT_NAME} ${SRC_LIST})target_link_libraries(${PROJECT_NAME} Misc.g++-3 Threads.g++-3 USB.g++-3 IO.g++-3    Plugins.g++-3 Realtime.g++-3 Comm.g++-3 Cluster.g++-3 Math.g++-3 Geometry.g++-3 GLWrappers.g++-3    GLSupport.g++-3 GLXSupport.g++-3 GLGeometry.g++-3 Images.g++-3 GLMotif.g++-3    Sound.g++-3 Video.g++-3 ALSupport.g++-3 SceneGraph.g++-3    Vrui.g++-3    USB.g++-3    Kinect.g++-3    asound dc1394 dl GL jpeg ogg openal png pthread speex theoraenc theoradec  X11 z)

  

转载于:https://www.cnblogs.com/nmgxbc/p/5586129.html

你可能感兴趣的文章
JS动画效果链接汇总
查看>>
父类转为子类涉及到的安全问题
查看>>
网络流,流水线模拟
查看>>
知识点笔记
查看>>
陈云川的OPENLDAP系列
查看>>
django 模型-----自连接
查看>>
P1197 [JSOI2008]星球大战
查看>>
urllib模块
查看>>
XML转义字符
查看>>
微信小程序之简单记账本开发记录(六)
查看>>
死锁和活锁
查看>>
JavaScript的简单继承实现案例
查看>>
第六篇 VIM你值得拥有!
查看>>
<Linux命令行学习 第一节> CentOS在虚拟机的安装
查看>>
mysql设置字符集CHARACTER SET
查看>>
Perl完全自学手册图文教程
查看>>
python(5)字典
查看>>
用createrepo配置Yum本地源
查看>>
wordpress拿WebShell
查看>>
脚本结构和执行
查看>>