File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
CMakeLists.txt
2
2
.vscode /
3
+ build /
4
+ install /
5
+ log /
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.12 )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
project (webrtc )
3
3
4
4
if (NOT IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} /build/depot_tools" OR
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ find_package(webrtc REQUIRED)
12
12
find_package (X11 REQUIRED )
13
13
find_package (jsoncpp REQUIRED )
14
14
find_package (OpenCV REQUIRED )
15
+ find_package (ament_index_cpp REQUIRED )
15
16
16
17
17
18
###########
@@ -58,6 +59,7 @@ ament_target_dependencies(
58
59
rclcpp
59
60
std_msgs
60
61
webrtc_ros_msgs
62
+ ament_index_cpp
61
63
62
64
)
63
65
@@ -109,4 +111,4 @@ install(DIRECTORY scripts
109
111
)
110
112
111
113
112
- ament_package ()
114
+ ament_package ()
You can’t perform that action at this time.
0 commit comments