依赖库

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)

  

posted @ 2016-06-15 07:42  20118281131  阅读(301)  评论(0编辑  收藏  举报