first commit
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(common_msgs)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
if (NOT TARGET tf3_geometry_msgs)
|
||||
add_subdirectory(tf3_geometry_msgs)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user