我使用CMake调用第三方包建立了一个工程,build成功后,生成解决方案,然后发现目录下只有.lib文件而没有我需要的.dll文件。
我更改了项目属性里的配置属性中的配置类型为动态库.dll(未更改前是.lib)
再次生成会报错找不到之前的lib文件
请教各位这是什么原因引起的呢?
相关问题
- How to know full paths to DLL's from .csproj f
- Avoid cmake to add the flags -search_paths_first a
- CMakeList file to generate LLVM bitcode file from
- There was a mismatch between the processor archite
- How to fix NDK build error for HelloCardboard samp
相关文章
- vs2017wpf项目引用dll的路径不正确的问题
- Determine if an executable (or library) is 32 -or
- Are resource files compiled as UNICODE or ANSI cod
- Target requires the language dialect “CXX17” (with
- How do I tell cmake not to create a console window
- Assimp model loading library install/linking troub
- CreateProcess STATUS_DLL_NOT_FOUND - which dll?
- .NET dll hot swap, no application restart
引用lib项目了么?