您的位置:首页 > 其它

依赖库

2016-06-15 07:42 316 查看
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)


  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: