diff --git a/sdf/1.6/CMakeLists.txt b/sdf/1.6/CMakeLists.txt index c77c738ec..fe972e4c5 100644 --- a/sdf/1.6/CMakeLists.txt +++ b/sdf/1.6/CMakeLists.txt @@ -1,5 +1,6 @@ set (sdfs actor.sdf + air_pressure.sdf altimeter.sdf atmosphere.sdf audio_source.sdf @@ -21,6 +22,7 @@ set (sdfs imu.sdf inertial.sdf joint.sdf + lidar.sdf light.sdf light_state.sdf link.sdf @@ -32,6 +34,7 @@ set (sdfs model.sdf model_state.sdf noise.sdf + particle_emitter.sdf physics.sdf plane_shape.sdf plugin.sdf diff --git a/sdf/1.7/CMakeLists.txt b/sdf/1.7/CMakeLists.txt index c170977c9..516a7874b 100644 --- a/sdf/1.7/CMakeLists.txt +++ b/sdf/1.7/CMakeLists.txt @@ -1,5 +1,6 @@ set (sdfs actor.sdf + air_pressure.sdf altimeter.sdf atmosphere.sdf audio_source.sdf @@ -21,6 +22,7 @@ set (sdfs imu.sdf inertial.sdf joint.sdf + lidar.sdf light.sdf light_state.sdf link.sdf @@ -32,6 +34,7 @@ set (sdfs model.sdf model_state.sdf noise.sdf + particle_emitter.sdf physics.sdf plane_shape.sdf plugin.sdf diff --git a/sdf/1.8/CMakeLists.txt b/sdf/1.8/CMakeLists.txt index a1a70717b..d074806f5 100644 --- a/sdf/1.8/CMakeLists.txt +++ b/sdf/1.8/CMakeLists.txt @@ -1,5 +1,6 @@ set (sdfs actor.sdf + air_pressure.sdf altimeter.sdf atmosphere.sdf audio_source.sdf @@ -23,6 +24,7 @@ set (sdfs imu.sdf inertial.sdf joint.sdf + lidar.sdf light.sdf light_state.sdf link.sdf @@ -34,6 +36,7 @@ set (sdfs model.sdf model_state.sdf noise.sdf + particle_emitter.sdf physics.sdf plane_shape.sdf plugin.sdf