码迷,mamicode.com
首页 > 其他好文 > 详细

依赖库

时间:2016-06-15 08:03:17      阅读:330      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!