Package Summary

Tags No category tags.
Version 1.3.8
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version humble
Last Updated 2024-03-20
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_target_dependencies

1.3.8 (2024-02-16)

1.3.7 (2024-01-24)

1.3.6 (2023-11-13)

1.3.5 (2023-06-22)

1.3.4 (2023-04-25)

1.3.3 (2022-11-07)

1.3.2 (2022-05-17)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Contributors: Audrow Nash

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Fix bug packages with multiple configurations (#318)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Force SYSTEM keyword in ament_target_dependencies() at the start. (#303)
  • Add SYSTEM keyword option to ament_target_dependencies (#297)
    • Add SYSTEM keyword option to ament_target_dependencies
    • Add documentation of SYSTEM keyword for ament_target_dependencies
  • Update package maintainers. (#286)
  • Contributors: Andre Nguyen, Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

  • ordered interface include dirs and use privately to ensure workspace order (#260)
  • Contributors: Dirk Thomas

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

  • add ament_get_recursive_properties (#259)
    • add ament_get_recursive_properties
    • fix spelling in docblock
  • Contributors: Dirk Thomas

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

  • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables (#251)
    • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • update ament_export_dependencies accordingly
    • also add IMPORTED_LOCATION to the libraries
    • simplify conditions
    • consider IMPORTED_IMPLIB for Windows
  • Contributors: Dirk Thomas

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Revert \"use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)\" (#250) This reverts commit 1abe330837cf98632225e4af23ac610af863fb3e.
  • use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)
    • use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • fix spelling of variable
  • interface targets don\'t support compile definitions and LINK_FLAGS (#247)
  • Handle non-library tokens in _LIBRARIES. (#248)
    • Handle non-library tokens in _LIBRARIES.
    • Drop spaces on clauses.
  • Use _LIBRARY_DIRS in ament_target_dependencies() (#245)
  • add INTERFACE option to ament_target_dependencies() (#246)
  • use modern interface targets if available, otherwise classic variables (#235)
    • use modern interface targets if available, otherwise classic variables, support interface keyword
    • remove INTERFACE keyword for now
  • consider exported interfaces in ament_target_dependencies (#232)
  • Contributors: Dirk Thomas, Michel Hidalgo

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Quote variable to avoid odd cmake if behavior (#180)
  • Contributors: Shane Loretz

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

  • Added PUBLIC option to ament_target_dependencies (#161)
    • Added PUBLIC option to ament_target_dependencies
    • Corrected with PR comments.
    • simplify patch
  • Contributors: ivanpauno

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • 0.0.2
  • Merge pull request #71 from ament/export_link_flags add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • require CMake 3.5
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • Merge pull request #3 from ament/windows Windows Support
  • [windows] fixed installation of dll\'s
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • add ament_cmake_include_directories
  • add ament_cmake_libraries
  • add ament_cmake_target_dependencies
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.0.4
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version iron
Last Updated 2024-03-03
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo

Authors

  • Dirk Thomas
  • Michel Hidalgo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_target_dependencies

2.0.4 (2024-02-07)

2.0.3 (2023-06-22)

2.0.2 (2023-04-12)

2.0.1 (2023-04-11)

2.0.0 (2023-04-11)

1.5.3 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#411)
    • Update maintainers to Michael Jeronimo
  • Contributors: Audrow Nash

1.5.2 (2022-11-02)

1.5.1 (2022-09-13)

1.5.0 (2022-07-11)

1.4.0 (2022-04-29)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Contributors: Audrow Nash

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Fix bug packages with multiple configurations (#318)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Force SYSTEM keyword in ament_target_dependencies() at the start. (#303)
  • Add SYSTEM keyword option to ament_target_dependencies (#297)
    • Add SYSTEM keyword option to ament_target_dependencies
    • Add documentation of SYSTEM keyword for ament_target_dependencies
  • Update package maintainers. (#286)
  • Contributors: Andre Nguyen, Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

  • ordered interface include dirs and use privately to ensure workspace order (#260)
  • Contributors: Dirk Thomas

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

  • add ament_get_recursive_properties (#259)
    • add ament_get_recursive_properties
    • fix spelling in docblock
  • Contributors: Dirk Thomas

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

  • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables (#251)
    • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • update ament_export_dependencies accordingly
    • also add IMPORTED_LOCATION to the libraries
    • simplify conditions
    • consider IMPORTED_IMPLIB for Windows
  • Contributors: Dirk Thomas

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Revert \"use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)\" (#250) This reverts commit 1abe330837cf98632225e4af23ac610af863fb3e.
  • use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)
    • use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • fix spelling of variable
  • interface targets don\'t support compile definitions and LINK_FLAGS (#247)
  • Handle non-library tokens in _LIBRARIES. (#248)
    • Handle non-library tokens in _LIBRARIES.
    • Drop spaces on clauses.
  • Use _LIBRARY_DIRS in ament_target_dependencies() (#245)
  • add INTERFACE option to ament_target_dependencies() (#246)
  • use modern interface targets if available, otherwise classic variables (#235)
    • use modern interface targets if available, otherwise classic variables, support interface keyword
    • remove INTERFACE keyword for now
  • consider exported interfaces in ament_target_dependencies (#232)
  • Contributors: Dirk Thomas, Michel Hidalgo

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Quote variable to avoid odd cmake if behavior (#180)
  • Contributors: Shane Loretz

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

  • Added PUBLIC option to ament_target_dependencies (#161)
    • Added PUBLIC option to ament_target_dependencies
    • Corrected with PR comments.
    • simplify patch
  • Contributors: ivanpauno

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • 0.0.2
  • Merge pull request #71 from ament/export_link_flags add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • require CMake 3.5
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • Merge pull request #3 from ament/windows Windows Support
  • [windows] fixed installation of dll\'s
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • add ament_cmake_include_directories
  • add ament_cmake_libraries
  • add ament_cmake_target_dependencies
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.4.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version rolling
Last Updated 2024-03-28
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette

Authors

  • Dirk Thomas
  • Michel Hidalgo
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_target_dependencies

2.4.0 (2024-03-28)

  • Update maintainer list in package.xml files (#503)
  • Contributors: Michael Jeronimo

2.3.2 (2023-12-26)

2.3.1 (2023-11-06)

2.3.0 (2023-09-07)

2.2.2 (2023-08-21)

  • Fix [ament_target_dependencies]{.title-ref} (#452)
  • Contributors: Vincent Richard

2.2.1 (2023-06-21)

2.2.0 (2023-06-07)

2.1.0 (2023-04-26)

2.0.2 (2023-04-12)

2.0.1 (2023-04-11)

2.0.0 (2023-04-11)

1.5.3 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#411)
    • Update maintainers to Michael Jeronimo
  • Contributors: Audrow Nash

1.5.2 (2022-11-02)

1.5.1 (2022-09-13)

1.5.0 (2022-07-11)

1.4.0 (2022-04-29)

1.3.1 (2022-03-28)

1.3.0 (2022-02-17)

  • Update forthcoming version in changelog
  • Contributors: Audrow Nash

1.2.1 (2022-01-14)

  • Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
  • Contributors: Audrow Nash

1.2.0 (2021-10-29)

  • Use FindPython3 instead of FindPythonInterp (#355)
  • Fix bug packages with multiple configurations (#318)
  • Update maintainers (#336)
  • Contributors: Chris Lalancette, Shane Loretz

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Force SYSTEM keyword in ament_target_dependencies() at the start. (#303)
  • Add SYSTEM keyword option to ament_target_dependencies (#297)
    • Add SYSTEM keyword option to ament_target_dependencies
    • Add documentation of SYSTEM keyword for ament_target_dependencies
  • Update package maintainers. (#286)
  • Contributors: Andre Nguyen, Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

  • ordered interface include dirs and use privately to ensure workspace order (#260)
  • Contributors: Dirk Thomas

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

  • add ament_get_recursive_properties (#259)
    • add ament_get_recursive_properties
    • fix spelling in docblock
  • Contributors: Dirk Thomas

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

  • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables (#251)
    • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • update ament_export_dependencies accordingly
    • also add IMPORTED_LOCATION to the libraries
    • simplify conditions
    • consider IMPORTED_IMPLIB for Windows
  • Contributors: Dirk Thomas

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Revert \"use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)\" (#250) This reverts commit 1abe330837cf98632225e4af23ac610af863fb3e.
  • use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)
    • use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • fix spelling of variable
  • interface targets don\'t support compile definitions and LINK_FLAGS (#247)
  • Handle non-library tokens in _LIBRARIES. (#248)
    • Handle non-library tokens in _LIBRARIES.
    • Drop spaces on clauses.
  • Use _LIBRARY_DIRS in ament_target_dependencies() (#245)
  • add INTERFACE option to ament_target_dependencies() (#246)
  • use modern interface targets if available, otherwise classic variables (#235)
    • use modern interface targets if available, otherwise classic variables, support interface keyword
    • remove INTERFACE keyword for now
  • consider exported interfaces in ament_target_dependencies (#232)
  • Contributors: Dirk Thomas, Michel Hidalgo

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Quote variable to avoid odd cmake if behavior (#180)
  • Contributors: Shane Loretz

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

  • Added PUBLIC option to ament_target_dependencies (#161)
    • Added PUBLIC option to ament_target_dependencies
    • Corrected with PR comments.
    • simplify patch
  • Contributors: ivanpauno

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • 0.0.2
  • Merge pull request #71 from ament/export_link_flags add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • require CMake 3.5
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • Merge pull request #3 from ament/windows Windows Support
  • [windows] fixed installation of dll\'s
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • add ament_cmake_include_directories
  • add ament_cmake_libraries
  • add ament_cmake_target_dependencies
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.4.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version ardent
Last Updated 2017-12-09
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.5.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version bouncy
Last Updated 2018-07-17
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.6.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version crystal
Last Updated 2019-03-10
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.3
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version eloquent
Last Updated 2020-11-30
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version dashing
Last Updated 2020-11-24
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-02
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Michael Jeronimo
  • Michel Hidalgo

Authors

  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ament_cmake_target_dependencies

1.1.6 (2022-12-02)

1.1.5 (2022-01-14)

  • Update maintainers (backport #362) (#370).
  • Contributors: Audrow Nash

1.1.4 (2021-05-06)

1.1.3 (2021-03-09)

1.1.2 (2021-02-26 22:59)

1.1.1 (2021-02-26 19:12)

1.1.0 (2021-02-24)

1.0.4 (2021-01-25)

1.0.3 (2020-12-10)

1.0.2 (2020-12-07)

  • Force SYSTEM keyword in ament_target_dependencies() at the start. (#303)
  • Add SYSTEM keyword option to ament_target_dependencies (#297)
    • Add SYSTEM keyword option to ament_target_dependencies
    • Add documentation of SYSTEM keyword for ament_target_dependencies
  • Update package maintainers. (#286)
  • Contributors: Andre Nguyen, Michel Hidalgo

1.0.1 (2020-09-10)

1.0.0 (2020-07-22)

0.9.6 (2020-06-23)

  • ordered interface include dirs and use privately to ensure workspace order (#260)
  • Contributors: Dirk Thomas

0.9.5 (2020-06-02)

0.9.4 (2020-05-26)

  • add ament_get_recursive_properties (#259)
    • add ament_get_recursive_properties
    • fix spelling in docblock
  • Contributors: Dirk Thomas

0.9.3 (2020-05-19)

0.9.2 (2020-05-07)

  • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables (#251)
    • redo use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • update ament_export_dependencies accordingly
    • also add IMPORTED_LOCATION to the libraries
    • simplify conditions
    • consider IMPORTED_IMPLIB for Windows
  • Contributors: Dirk Thomas

0.9.1 (2020-04-24 15:45)

0.9.0 (2020-04-24 12:25)

  • Revert \"use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)\" (#250) This reverts commit 1abe330837cf98632225e4af23ac610af863fb3e.
  • use _TARGETS over deprecated _INTERFACES over classic CMake variables (#249)
    • use _TARGETS over deprecated _INTERFACES over classic CMake variables
    • fix spelling of variable
  • interface targets don\'t support compile definitions and LINK_FLAGS (#247)
  • Handle non-library tokens in _LIBRARIES. (#248)
    • Handle non-library tokens in _LIBRARIES.
    • Drop spaces on clauses.
  • Use _LIBRARY_DIRS in ament_target_dependencies() (#245)
  • add INTERFACE option to ament_target_dependencies() (#246)
  • use modern interface targets if available, otherwise classic variables (#235)
    • use modern interface targets if available, otherwise classic variables, support interface keyword
    • remove INTERFACE keyword for now
  • consider exported interfaces in ament_target_dependencies (#232)
  • Contributors: Dirk Thomas, Michel Hidalgo

0.8.1 (2019-10-23)

0.8.0 (2019-10-04)

  • Quote variable to avoid odd cmake if behavior (#180)
  • Contributors: Shane Loretz

0.7.3 (2019-05-29)

0.7.2 (2019-05-20)

0.7.1 (2019-05-07)

0.7.0 (2019-04-08)

  • Added PUBLIC option to ament_target_dependencies (#161)
    • Added PUBLIC option to ament_target_dependencies
    • Corrected with PR comments.
    • simplify patch
  • Contributors: ivanpauno

0.6.0 (2018-11-13)

0.5.1 (2018-07-17)

0.5.0 (2018-06-13)

0.4.0 (2017-12-08)

  • 0.0.3
  • 0.0.2
  • Merge pull request #71 from ament/export_link_flags add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • add ament_cmake_export_link_flags package and use link flags in ament_target_dependencies
  • update schema url
  • add schema to manifest files
  • Merge pull request #72 from ament/cmake35 require CMake 3.5
  • require CMake 3.5
  • add explicit build type
  • disable debug output
  • add missing copyright / license information, update format of existing license information
  • Merge pull request #3 from ament/windows Windows Support
  • [windows] fixed installation of dll\'s
  • use project(.. NONE)
  • refactor several low-level packages into ament_cmake_core (environment, environment_hooks, index, package_templates, symlink_install)
  • invert dependency between ament_cmake_environment and ament_cmake_environment_hooks, add dependency on ament_cmake_environment
  • add ament_cmake_include_directories
  • add ament_cmake_libraries
  • add ament_cmake_target_dependencies
  • Contributors: Dirk Thomas, William Woodall

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.12
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ament/ament_cmake.git
VCS Type git
VCS Version foxy
Last Updated 2023-05-27
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake.

Additional Links

No additional links.

Maintainers

  • Dirk Thomas

Authors

No additional authors.
README
No README found. No README in repository either.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ament_cmake_target_dependencies at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.