Skip to content

Commit d415fba

Browse files
committed
fix common modules not found
1 parent 5ff9fc7 commit d415fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ function(add_app_subdirectory APP_SUBDIRECTORY)
8989
endfunction()
9090

9191
## Include Rover Apps
92+
add_subdirectory(${ROVER_APPS_DIR}/common)
9293
add_app_subdirectory(${ROVER_APPS_DIR}/arm_2021)
9394
add_app_subdirectory(${ROVER_APPS_DIR}/gamepad_2021)
9495
add_app_subdirectory(${ROVER_APPS_DIR}/gimbal_2021)
9596
add_app_subdirectory(${ROVER_APPS_DIR}/pdb_2021)
9697
add_app_subdirectory(${ROVER_APPS_DIR}/science_2021)
97-
add_app_subdirectory(${ROVER_APPS_DIR}/common)
9898

9999
# Include Test Apps
100100
add_app_subdirectory(${TEST_APPS_DIR}/test-actuator-controller)

0 commit comments

Comments
 (0)