依赖库

Posted GIS开发

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了依赖库相关的知识,希望对你有一定的参考价值。

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)

  

以上是关于依赖库的主要内容,如果未能解决你的问题,请参考以下文章

vs2003:快速片段工具

解决未能加载文件或程序集“Newtonsoft.Json ...."或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)(代码片段

Chrome-Devtools代码片段中的多个JS库

Yarn: 一个新的JavaScript模块管理器

Xamarin Android 片段库

typescript Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming/angular-2/