2022年1月21日
摘要: 方法一: include_directories(/opt/boost/include) add_executable(example example.cpp) target_link_libraries(example /opt/boost/lib/libboost_system.a) 方法二: 阅读全文
posted @ 2022-01-21 16:17 D社长 阅读(839) 评论(0) 推荐(0)