首页 > 其他 > 详细

依赖库

时间:2016-06-15 08:01:27      阅读:202      评论:0      收藏:0      [点我收藏+]
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)

  

依赖库

原文:http://www.cnblogs.com/nmgxbc/p/5586129.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!