SLAM-ch2-使用kdevelop創建helloWorld程序

1. 創建helloSLAM.cpp 實現如下 #include <iostream> using namespace std; int main() {     cout<<"hello SLAM!"<<endl;     return 0; }   2. 創建CMakeLists.txt #聲明要求的cmake最低版本 cmake_minimum_required(VERSION 2.8) #
相關文章
相關標籤/搜索