Files
ros2bookcode/chapt1/CMakeLists.txt
2023-12-14 22:37:46 +08:00

4 lines
102 B
CMake

cmake_minimum_required (VERSION 3.2)
project (HelloWorld)
add_executable(learn_cmake hello_world.cpp)