Skip to content

Commit 3d85a5c

Browse files
authored
Merge pull request #671 from osrf/M1chaelM/explict_extension
add .cc to WaypointMarkers in CMakeLists.txt
2 parents c7deef4 + 0187345 commit 3d85a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vrx_gz/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ install(
8484
# Stationkeeping scoring plugin
8585
add_library(StationkeepingScoringPlugin SHARED
8686
src/StationkeepingScoringPlugin.cc
87-
src/WaypointMarkers
87+
src/WaypointMarkers.cc
8888
)
8989
target_link_libraries(StationkeepingScoringPlugin PUBLIC
9090
gz-common${GZ_COMMON_VER}::gz-common${GZ_COMMON_VER}

0 commit comments

Comments
 (0)