编译小结

qt


osg


osgearth 解决cmake链接错误

                IF( ${varname}_RELEASE )
                    TARGET_LINK_LIBRARIES(${TRGTNAME} optimized "${${varname}_RELEASE}" debug "${${varname}_DEBUG}")
#                    MESSAGE( ${${varname}_RELEASE} )
                ELSE( ${varname}_RELEASE )
                    TARGET_LINK_LIBRARIES(${TRGTNAME} optimized "${${varname}}" debug "${${varname}_DEBUG}")
                ENDIF( ${varname}_RELEASE )


boost

bjam --toolset=msvc-12.0 architecture=x86 address-model=64 link=shared runtime-link=shared threading=multi debug release --without-python --build-type=complete

参考 http://blog.csdn.net/woshidaniu/article/details/49050265

发布了17 篇原创文章 · 获赞 9 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/toothing/article/details/70739897