From f74765ca380a5b7161c1d42d47daddadcded0c0f Mon Sep 17 00:00:00 2001 From: mohanadyoussef Date: Sun, 28 Apr 2024 23:48:14 +0200 Subject: [PATCH] adding end lines in cmakelists --- src/examples/CMakeLists.txt | 1 + src/examples/ego_motion_model_adapter/CMakeLists.txt | 3 ++- src/examples/ekf_range_sensor/CMakeLists.txt | 3 ++- src/examples/kf_state_estimation/CMakeLists.txt | 3 ++- src/examples/sr_ukf_linear_function/CMakeLists.txt | 3 ++- src/examples/test_least_squares/CMakeLists.txt | 3 ++- src/examples/ukf_range_sensor/CMakeLists.txt | 3 ++- src/examples/unscented_transform/CMakeLists.txt | 3 ++- src/openkf/CMakeLists.txt | 3 ++- 9 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt index 0991ae3..8fcad11 100644 --- a/src/examples/CMakeLists.txt +++ b/src/examples/CMakeLists.txt @@ -7,3 +7,4 @@ add_subdirectory(ukf_range_sensor) add_subdirectory(test_least_squares) add_subdirectory(sr_ukf_linear_function) add_subdirectory(ego_motion_model_adapter) + diff --git a/src/examples/ego_motion_model_adapter/CMakeLists.txt b/src/examples/ego_motion_model_adapter/CMakeLists.txt index 3fa310d..7746461 100644 --- a/src/examples/ego_motion_model_adapter/CMakeLists.txt +++ b/src/examples/ego_motion_model_adapter/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/examples/ekf_range_sensor/CMakeLists.txt b/src/examples/ekf_range_sensor/CMakeLists.txt index 936c4ce..ca73cde 100644 --- a/src/examples/ekf_range_sensor/CMakeLists.txt +++ b/src/examples/ekf_range_sensor/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/examples/kf_state_estimation/CMakeLists.txt b/src/examples/kf_state_estimation/CMakeLists.txt index 2588089..e6da728 100644 --- a/src/examples/kf_state_estimation/CMakeLists.txt +++ b/src/examples/kf_state_estimation/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/examples/sr_ukf_linear_function/CMakeLists.txt b/src/examples/sr_ukf_linear_function/CMakeLists.txt index 364925c..2e1b76a 100644 --- a/src/examples/sr_ukf_linear_function/CMakeLists.txt +++ b/src/examples/sr_ukf_linear_function/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/examples/test_least_squares/CMakeLists.txt b/src/examples/test_least_squares/CMakeLists.txt index 8f4fb8c..0875228 100644 --- a/src/examples/test_least_squares/CMakeLists.txt +++ b/src/examples/test_least_squares/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/examples/ukf_range_sensor/CMakeLists.txt b/src/examples/ukf_range_sensor/CMakeLists.txt index d27ee5d..9fa63ed 100644 --- a/src/examples/ukf_range_sensor/CMakeLists.txt +++ b/src/examples/ukf_range_sensor/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/examples/unscented_transform/CMakeLists.txt b/src/examples/unscented_transform/CMakeLists.txt index e91dd81..9f77874 100644 --- a/src/examples/unscented_transform/CMakeLists.txt +++ b/src/examples/unscented_transform/CMakeLists.txt @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME} target_include_directories(${APPLICATION_NAME} PUBLIC $ -) \ No newline at end of file +) + diff --git a/src/openkf/CMakeLists.txt b/src/openkf/CMakeLists.txt index 94fa19b..85a457d 100644 --- a/src/openkf/CMakeLists.txt +++ b/src/openkf/CMakeLists.txt @@ -87,4 +87,5 @@ install( install( EXPORT ${TARGETS_EXPORT_NAME} DESTINATION ${CONFIG_INSTALL_DIR} -) \ No newline at end of file +) +