ubuntu下cmakelist組織大型項目

在windows下,利用宇宙IDE vs可以很輕鬆的管理大型項目,實現各模塊編譯爲一個鏈接庫,多個應用引用鏈接庫,在ubuntu下則只有利用cmakelist來實現,這裏以簡單的helloworld爲例,記錄本人的項目管理cmakelist,首先給出helloworld工程項目文件樹: helloworld ├── CMakeLists.txt ├── app│   ├── CMakeLists.
相關文章
相關標籤/搜索