⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmakelists.txt

📁 sparse bundle ajustment的源码
💻 TXT
字号:
# CMake file for sba's demo programINCLUDE_DIRECTORIES(..)LINK_DIRECTORIES(.. ${LAPACKBLAS_DIR})ADD_EXECUTABLE(eucsbademo eucsbademo.c imgproj.c readparams.c eucsbademo.h readparams.h)# libraries the demo depends onIF(HAVE_F2C)  TARGET_LINK_LIBRARIES(eucsbademo sba ${LAPACK_LIB} ${BLAS_LIB} ${F2C_LIB})ELSE(HAVE_F2C)  TARGET_LINK_LIBRARIES(eucsbademo sba ${LAPACK_LIB} ${BLAS_LIB} ${F77_LIB} ${I77_LIB})ENDIF(HAVE_F2C)# make sure that the library is built before the demoADD_DEPENDENCIES(eucsbademo sba)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -