Skip to content

Commit

Permalink
adding end lines in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-khwarizmi-780 committed Apr 28, 2024
1 parent 24f8072 commit f74765c
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions src/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

3 changes: 2 additions & 1 deletion src/examples/ego_motion_model_adapter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/examples/ekf_range_sensor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/examples/kf_state_estimation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/examples/sr_ukf_linear_function/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/examples/test_least_squares/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/examples/ukf_range_sensor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/examples/unscented_transform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(${APPLICATION_NAME}

target_include_directories(${APPLICATION_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../>
)
)

3 changes: 2 additions & 1 deletion src/openkf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ install(
install(
EXPORT ${TARGETS_EXPORT_NAME}
DESTINATION ${CONFIG_INSTALL_DIR}
)
)

0 comments on commit f74765c

Please sign in to comment.